Merge pull request #3301

18f16d9 SettingsLayout: 'Display wallet name in title bar' option (xiphon)
This commit is contained in:
luigi1111
2021-01-22 15:05:58 -05:00
2 changed files with 12 additions and 2 deletions

View File

@@ -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