Skip to content

Commit

Permalink
When activating sidebar automatically, obey toggle mode options
Browse files Browse the repository at this point in the history
  • Loading branch information
D0ntPanic committed Feb 2, 2024
1 parent 99a466c commit 06653ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ void DebuggerUI::openDebuggerSideBar(ViewFrame* frame)
sidebar = Sidebar::current();

if (sidebar)
sidebar->activate("Debugger");
sidebar->activate("Debugger", false);
}


Expand Down

0 comments on commit 06653ae

Please sign in to comment.