From ea1fee2f5f842a293458a66638c15ff79e1d101d Mon Sep 17 00:00:00 2001 From: xiphon Date: Mon, 30 Nov 2020 15:22:31 +0000 Subject: main: Linux - ask to create desktop entry on the first start --- main.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main.qml') 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 { -- cgit v1.2.3