fixed typo

Signed-off-by: sshcrack <34072808+sshcrack@users.noreply.github.com>
This commit is contained in:
sshcrack 2024-10-25 11:52:44 +02:00
parent 43ccf18449
commit cd3db28fce
No known key found for this signature in database
GPG Key ID: 1DA55560745A2F13

View File

@ -1656,7 +1656,7 @@ void MainWindow::on_actionCreateInstanceShortcut_triggered() {
return; return;
if(DesktopServices::isFlatpak()) if(DesktopServices::isFlatpak())
onactionCreateInstanceShortcutOther_triggered(); on_actionCreateInstanceShortcutOther_triggered();
else else
on_actionCreateInstanceShortcutDesktop_triggered(); on_actionCreateInstanceShortcutDesktop_triggered();
} }