mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Add create shortcut button for servers
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
parent
37213ecc34
commit
dbdc9bea7a
4 changed files with 123 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue