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

@ -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();