mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 12:15:42 -04:00
Qt: Fix controller defaults resetting some system settings
This commit is contained in:
parent
f07a6c243d
commit
322c0c4c74
@ -393,12 +393,13 @@ void QtHost::SetDefaultSettings(SettingsInterface& si, bool system, bool control
|
||||
if (system)
|
||||
{
|
||||
System::SetDefaultSettings(si);
|
||||
CommonHost::SetDefaultSettings(si);
|
||||
EmuFolders::SetDefaults();
|
||||
EmuFolders::Save(si);
|
||||
}
|
||||
|
||||
if (controller)
|
||||
{
|
||||
CommonHost::SetDefaultSettings(si);
|
||||
CommonHost::SetDefaultControllerSettings(si);
|
||||
CommonHost::SetDefaultHotkeyBindings(si);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user