aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/TitleBar.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml
index 1720c457..b7485465 100644
--- a/components/TitleBar.qml
+++ b/components/TitleBar.qml
@@ -64,11 +64,13 @@ Rectangle {
State {
name: "default";
PropertyChanges { target: btnCloseWallet; visible: true}
+ PropertyChanges { target: btnLockWallet; visible: true}
PropertyChanges { target: btnLanguageToggle; visible: true}
}, State {
// show only theme switcher and window controls
name: "essentials";
PropertyChanges { target: btnCloseWallet; visible: false}
+ PropertyChanges { target: btnLockWallet; visible: false}
PropertyChanges { target: btnLanguageToggle; visible: false}
}
]