mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:55:46 -04:00
CommonHostInterface: Fix reset settings not saving on startup
This commit is contained in:
@ -2601,6 +2601,7 @@ void CommonHostInterface::LoadSettings()
|
||||
m_settings_interface->Clear();
|
||||
m_settings_interface->SetIntValue("Main", "SettingsVersion", SETTINGS_VERSION);
|
||||
SetDefaultSettings(*m_settings_interface);
|
||||
m_settings_interface->Save();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user