forked from Public/monero-gui
SettingsLayout: 'Display wallet name in title bar' option
This commit is contained in:
@@ -66,6 +66,12 @@ Rectangle {
|
||||
text: qsTr("Check for updates periodically") + translationManager.emptyString
|
||||
}
|
||||
|
||||
MoneroComponents.CheckBox {
|
||||
checked: persistentSettings.displayWalletNameInTitleBar
|
||||
onClicked: persistentSettings.displayWalletNameInTitleBar = !persistentSettings.displayWalletNameInTitleBar
|
||||
text: qsTr("Display wallet name in title bar") + translationManager.emptyString
|
||||
}
|
||||
|
||||
MoneroComponents.CheckBox {
|
||||
id: hideBalanceCheckBox
|
||||
checked: persistentSettings.hideBalance
|
||||
|
||||
Reference in New Issue
Block a user