Rests view was added
This commit is contained in:
@@ -83,6 +83,7 @@ ApplicationWindow {
|
||||
|
||||
readonly property var actions: {
|
||||
"orders": () => { stackView.openPage("Views/OrdersView.qml") },
|
||||
"rests": () => { stackView.openPage("Views/RestsView.qml") },
|
||||
"settings": () => { stackView.openPage("Views/SettingsView.qml") },
|
||||
"quit": () => { Qt.quit() }
|
||||
}
|
||||
@@ -99,6 +100,10 @@ ApplicationWindow {
|
||||
title: qsTr("Orders")
|
||||
action: "orders"
|
||||
}
|
||||
ListElement {
|
||||
title: qsTr("Rests")
|
||||
action: "rests"
|
||||
}
|
||||
ListElement {
|
||||
title: qsTr("Settings")
|
||||
action: "settings"
|
||||
|
||||
Reference in New Issue
Block a user