diff --git a/FModel/ViewModels/SettingsViewModel.cs b/FModel/ViewModels/SettingsViewModel.cs index becbf3a2..2a27f836 100644 --- a/FModel/ViewModels/SettingsViewModel.cs +++ b/FModel/ViewModels/SettingsViewModel.cs @@ -301,14 +301,6 @@ public class SettingsViewModel : ViewModel whatShouldIDo.Add(SettingsOut.ReloadMappings); if (_ueGameSnapshot != SelectedUeGame || _customVersionsSnapshot != SelectedCustomVersions || - _uePlatformSnapshot != SelectedUePlatform || _optionsSnapshot != SelectedOptions || // combobox - _mapStructTypesSnapshot != SelectedMapStructTypes || - _outputSnapshot != UserSettings.Default.OutputDirectory || // textbox - _rawDataSnapshot != UserSettings.Default.RawDataDirectory || // textbox - _propertiesSnapshot != UserSettings.Default.PropertiesDirectory || // textbox - _textureSnapshot != UserSettings.Default.TextureDirectory || // textbox - _audioSnapshot != UserSettings.Default.AudioDirectory || // textbox - _modelSnapshot != UserSettings.Default.ModelDirectory || // textbox _gameSnapshot != UserSettings.Default.GameDirectory) // textbox restart = true; diff --git a/FModel/Views/SettingsView.xaml b/FModel/Views/SettingsView.xaml index 4f60506d..e3ed1e1b 100644 --- a/FModel/Views/SettingsView.xaml +++ b/FModel/Views/SettingsView.xaml @@ -700,7 +700,7 @@ -