From 5d0f14f8a9d253f8bc7db3a6e5e2d0eb712d7d78 Mon Sep 17 00:00:00 2001 From: Krowe Moh <27891447+Krowe-moh@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:22:23 +1100 Subject: [PATCH] added CUE4parse properties asval --- FModel/ViewModels/SettingsViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FModel/ViewModels/SettingsViewModel.cs b/FModel/ViewModels/SettingsViewModel.cs index 9e0c5362..626f4227 100644 --- a/FModel/ViewModels/SettingsViewModel.cs +++ b/FModel/ViewModels/SettingsViewModel.cs @@ -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;