qml: add sweep icon
This commit is contained in:
BIN
electrum/gui/icons/sweep.png
Normal file
BIN
electrum/gui/icons/sweep.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
@@ -10,7 +10,7 @@ ElDialog {
|
|||||||
id: root
|
id: root
|
||||||
|
|
||||||
title: qsTr('Sweep private keys')
|
title: qsTr('Sweep private keys')
|
||||||
iconSource: Qt.resolvedUrl('../../icons/add.png')
|
iconSource: Qt.resolvedUrl('../../icons/sweep.png')
|
||||||
|
|
||||||
property bool valid: false
|
property bool valid: false
|
||||||
property string privateKeys
|
property string privateKeys
|
||||||
|
|||||||
@@ -208,7 +208,7 @@ Item {
|
|||||||
|
|
||||||
MenuItem {
|
MenuItem {
|
||||||
icon.color: action.enabled ? 'transparent' : Material.iconDisabledColor
|
icon.color: action.enabled ? 'transparent' : Material.iconDisabledColor
|
||||||
icon.source: '../../icons/add.png'
|
icon.source: '../../icons/sweep.png'
|
||||||
action: Action {
|
action: Action {
|
||||||
text: qsTr('Sweep key')
|
text: qsTr('Sweep key')
|
||||||
enabled: !Daemon.currentWallet.isWatchOnly // watchonly might be acceptable
|
enabled: !Daemon.currentWallet.isWatchOnly // watchonly might be acceptable
|
||||||
|
|||||||
Reference in New Issue
Block a user