UI: Remove Quit button.

You can close the program only from tray context menu now.
This commit is contained in:
Nodir Temirkhodjaev 2019-04-10 11:53:56 +05:00
parent efd3f9ac49
commit 1e47f46c14

View File

@ -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()
}
}
}
}