chore: re-introduce reload button
This commit is contained in:
parent
1acc248c79
commit
aecbb443de
|
@ -40,6 +40,13 @@ StatusWindow {
|
||||||
|
|
||||||
appNavBar: StatusAppNavBar {
|
appNavBar: StatusAppNavBar {
|
||||||
height: rootWindow.height
|
height: rootWindow.height
|
||||||
|
|
||||||
|
navBarChatButton: StatusNavBarTabButton {
|
||||||
|
icon.name: "refresh"
|
||||||
|
tooltip.text: "Reload App"
|
||||||
|
onClicked: app.restartQml()
|
||||||
|
}
|
||||||
|
|
||||||
navBarTabButtons: [
|
navBarTabButtons: [
|
||||||
StatusNavBarTabButton {
|
StatusNavBarTabButton {
|
||||||
id: apiDocsButton
|
id: apiDocsButton
|
||||||
|
|
Loading…
Reference in New Issue