mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 09:57:26 -04:00
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