Актуализирована сборка под Android
This commit is contained in:
10
main.qml
10
main.qml
@@ -21,7 +21,7 @@ ApplicationWindow {
|
||||
|
||||
serviceUrl: settings.serviceUrl
|
||||
|
||||
onError: stackView.showError(text)
|
||||
onError: (text) => stackView.showError(text)
|
||||
}
|
||||
|
||||
header: ToolBar {
|
||||
@@ -95,6 +95,14 @@ ApplicationWindow {
|
||||
stackView.openPage("SettingsForm.qml")
|
||||
}
|
||||
}
|
||||
|
||||
ItemDelegate {
|
||||
text: qsTr("Quit")
|
||||
width: parent.width
|
||||
onClicked: {
|
||||
Qt.quit()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user