Qt/hotkeys: do not show the debugging tab if the debugger is disabled

This commit is contained in:
aldelaro5
2018-05-13 18:12:31 -04:00
parent 2c861e75f5
commit 0a2357f044
3 changed files with 41 additions and 24 deletions

View File

@ -51,6 +51,7 @@ signals:
private:
void Run();
void CheckDebuggingHotkeys();
Common::Flag m_stop_requested;
std::thread m_thread;