mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 23:59:27 +01:00
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…
x
Reference in New Issue
Block a user