mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-30 08:40:03 +01:00
Merge pull request #1970
891ea15
SettingsWallet: hide creating a view wallet for viewOnly wallets (mmbyday)
This commit is contained in:
commit
42103432b7
@ -131,6 +131,7 @@ Rectangle {
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: settingsWallet.itemHeight
|
||||
columnSpacing: 0
|
||||
visible: !appWindow.viewOnly
|
||||
|
||||
ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
@ -184,6 +185,7 @@ Rectangle {
|
||||
|
||||
Rectangle {
|
||||
// divider
|
||||
visible: !appWindow.viewOnly
|
||||
Layout.preferredHeight: 1 * scaleRatio
|
||||
Layout.fillWidth: true
|
||||
Layout.topMargin: 8 * scaleRatio
|
||||
|
Loading…
Reference in New Issue
Block a user