diff options
Diffstat (limited to 'components/package')
-rw-r--r-- | components/package/contents/ui/AccountSwitcher.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml index 8f7ebb08..da878acf 100644 --- a/components/package/contents/ui/AccountSwitcher.qml +++ b/components/package/contents/ui/AccountSwitcher.qml | |||
@@ -31,6 +31,7 @@ Button { | |||
31 | Layout.fillHeight: true | 31 | Layout.fillHeight: true |
32 | 32 | ||
33 | text: "Account Switcher" | 33 | text: "Account Switcher" |
34 | tooltip: "switch accounts, edit them and add new ones" | ||
34 | 35 | ||
35 | onClicked: { | 36 | onClicked: { |
36 | dialog.visible = dialog.visible ? false : true | 37 | dialog.visible = dialog.visible ? false : true |