mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Qt: Show code pane by default in debug mode
Otherwise, it's confusing because the option seems to do nothing especially if the user is used to the DolphinWX debugger.
This commit is contained in:
parent
304aeaa922
commit
f7c9d2fd4d
@ -226,6 +226,8 @@ void Settings::SetDebugModeEnabled(bool enabled)
|
||||
SConfig::GetInstance().bEnableDebugging = enabled;
|
||||
emit DebugModeToggled(enabled);
|
||||
}
|
||||
if (enabled)
|
||||
SetCodeVisible(true);
|
||||
}
|
||||
|
||||
bool Settings::IsDebugModeEnabled() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user