mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 09:37:59 +00:00
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…
x
Reference in New Issue
Block a user