redo keybinds for debug tab

This commit is contained in:
madeline
2026-04-14 07:07:19 -07:00
parent 130e5c9502
commit 09e9c6ad34
6 changed files with 21 additions and 18 deletions
+1 -2
View File
@@ -3,7 +3,6 @@
#include "dusk/logging.h"
#include "imgui.h"
#include "ImGuiConsole.hpp"
#include "ImGuiMenuTools.hpp"
namespace dusk {
@@ -49,7 +48,7 @@ namespace dusk {
void ImGuiMenuTools::ShowStubLog() {
std::lock_guard lock(StubLogMutex);
if (!ImGuiConsole::CheckMenuViewToggle(ImGuiKey_F5, m_showStubLog)) {
if (!m_showStubLog) {
return;
}