mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt/hotkeys: do not show the debugging tab if the debugger is disabled
This commit is contained in:
@ -51,6 +51,7 @@ signals:
|
||||
|
||||
private:
|
||||
void Run();
|
||||
void CheckDebuggingHotkeys();
|
||||
|
||||
Common::Flag m_stop_requested;
|
||||
std::thread m_thread;
|
||||
|
Reference in New Issue
Block a user