mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 04:32:14 +00:00
NOISSUE Escape quotes in paths
Just in case the user decides to place MMC in a path containing quotes. .desktop files appear to require two backslashes to escape quotes, testing on other desktop environments would be appreciated to make sure this isn't just a KDE-specific bug
This commit is contained in:
@@ -39,8 +39,8 @@ private:
|
||||
Ui::CreateShortcutDialog *ui;
|
||||
InstancePtr m_instance;
|
||||
|
||||
QString getLaunchCommand();
|
||||
QString getLaunchArgs();
|
||||
QString getLaunchCommand(bool escapeQuotesTwice = false);
|
||||
QString getLaunchArgs(bool escapeQuotesTwice = false);
|
||||
|
||||
void createShortcut();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user