mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 12:45:45 -04:00
Qt: Fix directory setting changes
This commit is contained in:
@ -1644,7 +1644,7 @@ void FullscreenUI::DrawFolderSetting(const char* title, const char* section, con
|
||||
GetEditingSettingsInterface()->SetStringValue(section.c_str(), key.c_str(), relative_path.c_str());
|
||||
SetSettingsChanged();
|
||||
|
||||
Host::RunOnCPUThread(&Host::Internal::UpdateEmuFolders);
|
||||
Host::RunOnCPUThread(EmuFolders::Update);
|
||||
|
||||
CloseFileSelector();
|
||||
});
|
||||
|
@ -138,7 +138,3 @@ void Host::Internal::SetInputSettingsLayer(SettingsInterface* sif)
|
||||
std::unique_lock lock(s_settings_mutex);
|
||||
s_layered_settings_interface.SetLayer(LayeredSettingsInterface::LAYER_INPUT, sif);
|
||||
}
|
||||
|
||||
void Host::Internal::UpdateEmuFolders()
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user