mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 01:00:22 +00:00
NOISSUE shortcut creation: add option to create launch scripts
This allows shortcuts to be created on Macs (which don't have a concept of desktop shortcuts) as well as Linux systems that don't support the desktop file specification. Also included a windows batch file implementation.
This commit is contained in:
@@ -141,9 +141,7 @@ private slots:
|
||||
|
||||
void on_actionScreenshots_triggered();
|
||||
|
||||
#if defined(Q_OS_LINUX)
|
||||
void on_actionCreateShortcut_triggered();
|
||||
#endif
|
||||
|
||||
void taskEnd();
|
||||
|
||||
|
Reference in New Issue
Block a user