Remove welcome dialog shortcut

This commit is contained in:
Elad Ashkenazi 2024-07-27 09:46:01 +03:00
parent 501e9260b2
commit d451c0867c
4 changed files with 1 additions and 10 deletions

View file

@ -65,7 +65,7 @@ extern std::shared_ptr<CPUDisAsm> make_disasm(const cpu_thread* cpu)
}
debugger_frame::debugger_frame(std::shared_ptr<gui_settings> gui_settings, QWidget *parent)
: custom_dock_widget(tr("Debugger"), parent)
: custom_dock_widget(tr("Debugger [Press F1 for help]"), parent)
, m_gui_settings(std::move(gui_settings))
{
setContentsMargins(0, 0, 0, 0);