forked from Public/monero-gui
main: add compile time option to disable desktop entry dialog
This commit is contained in:
3
main.qml
3
main.qml
@@ -1334,7 +1334,8 @@ ApplicationWindow {
|
||||
appWindow.fiatTimerStart();
|
||||
}
|
||||
|
||||
if (persistentSettings.askDesktopShortcut && !persistentSettings.portable) {
|
||||
const desktopEntryEnabled = (typeof builtWithDesktopEntry != "undefined") && builtWithDesktopEntry;
|
||||
if (persistentSettings.askDesktopShortcut && !persistentSettings.portable && desktopEntryEnabled) {
|
||||
persistentSettings.askDesktopShortcut = false;
|
||||
|
||||
if (isTails) {
|
||||
|
||||
Reference in New Issue
Block a user