Add create shortcut button for servers

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li
2025-05-11 19:16:37 +08:00
parent 37213ecc34
commit dbdc9bea7a
4 changed files with 123 additions and 2 deletions

View File

@ -170,7 +170,6 @@ void createInstanceShortcut(BaseInstance* instance,
iconFile.remove();
#endif
QMessageBox::critical(parent, QObject::tr("Create Shortcut"), QObject::tr("Failed to create %1 shortcut!").arg(targetString));
return;
}
}