added CUE4parse properties

asval
This commit is contained in:
Krowe Moh 2026-03-26 01:22:23 +11:00 committed by GitHub
parent 1509d7e800
commit 5d0f14f8a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;