chore: re-introduce reload button

This commit is contained in:
Pascal Precht 2021-06-03 16:14:52 +02:00 committed by Pascal Precht
parent 26aae6d027
commit 6083fbb1e9
1 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,13 @@ StatusWindow {
appNavBar: StatusAppNavBar {
height: rootWindow.height
navBarChatButton: StatusNavBarTabButton {
icon.name: "refresh"
tooltip.text: "Reload App"
onClicked: app.restartQml()
}
navBarTabButtons: [
StatusNavBarTabButton {
id: apiDocsButton