mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-11 16:15:41 -04:00
CommonHostInterface: Fix reset settings not saving on startup
This commit is contained in:
parent
4685d66a2b
commit
14a98c3c9e
@ -2601,6 +2601,7 @@ void CommonHostInterface::LoadSettings()
|
|||||||
m_settings_interface->Clear();
|
m_settings_interface->Clear();
|
||||||
m_settings_interface->SetIntValue("Main", "SettingsVersion", SETTINGS_VERSION);
|
m_settings_interface->SetIntValue("Main", "SettingsVersion", SETTINGS_VERSION);
|
||||||
SetDefaultSettings(*m_settings_interface);
|
SetDefaultSettings(*m_settings_interface);
|
||||||
|
m_settings_interface->Save();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user