Merge pull request #12786 from AdmiralCurtiss/config-window-fix
DolphinQt/Settings/GeneralPane: Don't emit a ConfigChanged signal while saving config
This commit is contained in:
commit
cb71d84908
|
@ -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…
Reference in New Issue