DolphinQt/Settings/GeneralPane: Don't emit a ConfigChanged signal while saving config
Doing this causes the settings to be reloaded before they're done saving, effectively discarding the user's changes.
This commit is contained in:
parent
fd3867ac5b
commit
626369fc00
|
@ -351,9 +351,6 @@ void GeneralPane::OnSaveConfig()
|
|||
|
||||
#ifdef USE_DISCORD_PRESENCE
|
||||
Discord::SetDiscordPresenceEnabled(m_checkbox_discord_presence->isChecked());
|
||||
#ifdef USE_RETRO_ACHIEVEMENTS
|
||||
emit Settings::Instance().ConfigChanged();
|
||||
#endif // USE_RETRO_ACHIEVEMENTS
|
||||
#endif
|
||||
|
||||
#if defined(USE_ANALYTICS) && USE_ANALYTICS
|
||||
|
|
Loading…
Reference in New Issue