mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:57:57 +00:00
UI: Remove Quit button.
You can close the program only from tray context menu now.
This commit is contained in:
parent
efd3f9ac49
commit
1e47f46c14
@ -190,12 +190,6 @@ Page {
|
||||
&& qsTranslate("qml", "Cancel")
|
||||
onClicked: closeWindow()
|
||||
}
|
||||
Button {
|
||||
icon.source: "qrc:/images/cross.png"
|
||||
text: translationManager.trTrigger
|
||||
&& qsTranslate("qml", "Quit")
|
||||
onClicked: fortManager.exit()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user