File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -707,6 +707,8 @@ private void InitializeConfig()
707
707
File . Delete ( appman ) ;
708
708
this . refreshConfig = true ;
709
709
}
710
+ // Load platform data from user files
711
+ PlatformData . Load ( Path . Combine ( PathHelper . SettingDir , "Platforms" ) ) ;
710
712
// Load current theme for applying later
711
713
String currentTheme = Path . Combine ( PathHelper . ThemesDir , "CURRENT" ) ;
712
714
if ( File . Exists ( currentTheme ) ) ThemeManager . LoadTheme ( currentTheme ) ;
@@ -790,7 +792,6 @@ private void InitializeSettings()
790
792
this . appSettings = ( SettingObject ) obj ;
791
793
}
792
794
SettingObject . EnsureValidity ( this . appSettings ) ;
793
- PlatformData . Load ( Path . Combine ( PathHelper . SettingDir , "Platforms" ) ) ;
794
795
FileStateManager . RemoveOldStateFiles ( ) ;
795
796
}
796
797
You can’t perform that action at this time.
0 commit comments