mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue