mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-24 19:02:16 +02:00
remove dot
Signed-off-by: sshcrack <34072808+sshcrack@users.noreply.github.com>
This commit is contained in:
parent
f1048c2e0d
commit
b16e12c9af
@ -1643,7 +1643,7 @@ void MainWindow::on_actionCreateInstanceShortcutOther_triggered() {
|
|||||||
// workaround to make sure the portal file dialog opens in the desktop directory
|
// workaround to make sure the portal file dialog opens in the desktop directory
|
||||||
fileDialog.setDirectoryUrl(defaultedDir);
|
fileDialog.setDirectoryUrl(defaultedDir);
|
||||||
|
|
||||||
shortcutFilePath = fileDialog.getSaveFileName(this, tr("Create Shortcut"), shortcutFilePath, tr("Desktop Entries") + " (*." + extension + ")");
|
shortcutFilePath = fileDialog.getSaveFileName(this, tr("Create Shortcut"), shortcutFilePath, tr("Desktop Entries") + " (*" + extension + ")");
|
||||||
if (shortcutFilePath.isEmpty())
|
if (shortcutFilePath.isEmpty())
|
||||||
return; // file dialog canceled by user
|
return; // file dialog canceled by user
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user