aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.qml b/main.qml
index a858ad94..76b29a85 100644
--- a/main.qml
+++ b/main.qml
@@ -1332,6 +1332,11 @@ ApplicationWindow {
appWindow.fiatApiRefresh();
appWindow.fiatTimerStart();
}
+
+ if (persistentSettings.askDesktopShortcut && !persistentSettings.portable) {
+ persistentSettings.askDesktopShortcut = false;
+ oshelper.createDesktopEntry();
+ }
}
MoneroSettings {