mirror of
https://github.com/4sval/FModel.git
synced 2026-05-07 05:21:31 -05:00
added CUE4parse properties
asval
This commit is contained in:
parent
1509d7e800
commit
5d0f14f8a9
|
|
@ -303,6 +303,8 @@ public class SettingsViewModel : ViewModel
|
|||
whatShouldIDo.Add(SettingsOut.ReloadMappings);
|
||||
|
||||
if (_ueGameSnapshot != SelectedUeGame || _customVersionsSnapshot != SelectedCustomVersions ||
|
||||
_uePlatformSnapshot != SelectedUePlatform || _optionsSnapshot != SelectedOptions || // combobox
|
||||
_mapStructTypesSnapshot != SelectedMapStructTypes ||
|
||||
_gameSnapshot != UserSettings.Default.GameDirectory) // textbox
|
||||
restart = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user