added config

This commit is contained in:
Anika Raemer 2021-09-26 21:49:21 +02:00
parent 893a2990af
commit f02f439790
7 changed files with 168 additions and 17 deletions

View file

@ -23,6 +23,7 @@ Item {
anchors.right: parent.right
anchors.top: parent.top
anchors.margins: container.margins
visible: uiStateModel.pShowQuitAppButton
imageSource: "qrc:/icon_close"
onClicked: {
Qt.quit();