private void UpdateDisplay()
 {
     _dialog.SetFoVBounds(_currentMinFoV, _currentMaxFoV);
     _dialog.AnomalyChance = _currentAnomaly;
     _dialog.FullRefresh(true, true);
 }