mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
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
1 changed files with 0 additions and 3 deletions
|
@ -351,9 +351,6 @@ void GeneralPane::OnSaveConfig()
|
||||||
|
|
||||||
#ifdef USE_DISCORD_PRESENCE
|
#ifdef USE_DISCORD_PRESENCE
|
||||||
Discord::SetDiscordPresenceEnabled(m_checkbox_discord_presence->isChecked());
|
Discord::SetDiscordPresenceEnabled(m_checkbox_discord_presence->isChecked());
|
||||||
#ifdef USE_RETRO_ACHIEVEMENTS
|
|
||||||
emit Settings::Instance().ConfigChanged();
|
|
||||||
#endif // USE_RETRO_ACHIEVEMENTS
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(USE_ANALYTICS) && USE_ANALYTICS
|
#if defined(USE_ANALYTICS) && USE_ANALYTICS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue