chore: re-introduce reload button
This commit is contained in:
parent
26aae6d027
commit
6083fbb1e9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue