mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Remove welcome dialog shortcut
This commit is contained in:
parent
501e9260b2
commit
d451c0867c
4 changed files with 1 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue