mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
Remove welcome dialog shortcut
This commit is contained in:
parent
501e9260b2
commit
d451c0867c
4 changed files with 1 additions and 10 deletions
|
@ -354,12 +354,6 @@ void main_window::handle_shortcut(gui::shortcuts::shortcut shortcut_key, const Q
|
|||
|
||||
switch (shortcut_key)
|
||||
{
|
||||
case gui::shortcuts::shortcut::mw_welcome_dialog:
|
||||
{
|
||||
welcome_dialog* welcome = new welcome_dialog(m_gui_settings, true, this);
|
||||
welcome->open();
|
||||
break;
|
||||
}
|
||||
case gui::shortcuts::shortcut::mw_toggle_fullscreen:
|
||||
{
|
||||
ui->toolbar_fullscreen->trigger();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue