forked from Public/monero-gui
Merge pull request #3808
621c119 main: add compile time option to disable desktop entry dialog (selsta)
This commit is contained in:
3
main.qml
3
main.qml
@@ -1338,7 +1338,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