mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
fix black checkmark on sharedringdb page
+ changed `checkedBlackIcon.png` to `checkedIcon-black.png` in pages/SharedRingDB.qml
This commit is contained in:
parent
b4353a31ac
commit
9c4425295b
@ -310,7 +310,7 @@ Rectangle {
|
|||||||
id: setRingRelative
|
id: setRingRelative
|
||||||
checked: true
|
checked: true
|
||||||
text: qsTr("Relative") + translationManager.emptyString
|
text: qsTr("Relative") + translationManager.emptyString
|
||||||
checkedIcon: "../images/checkedBlackIcon.png"
|
checkedIcon: "../images/checkedIcon-black.png"
|
||||||
uncheckedIcon: "../images/uncheckedIcon.png"
|
uncheckedIcon: "../images/uncheckedIcon.png"
|
||||||
}
|
}
|
||||||
LineEdit {
|
LineEdit {
|
||||||
@ -344,7 +344,7 @@ Rectangle {
|
|||||||
id: segregatePreForkOutputs
|
id: segregatePreForkOutputs
|
||||||
checked: persistentSettings.segregatePreForkOutputs
|
checked: persistentSettings.segregatePreForkOutputs
|
||||||
text: qsTr("I intend to spend on key-reusing fork(s)") + translationManager.emptyString
|
text: qsTr("I intend to spend on key-reusing fork(s)") + translationManager.emptyString
|
||||||
checkedIcon: "../images/checkedBlackIcon.png"
|
checkedIcon: "../images/checkedIcon-black.png"
|
||||||
uncheckedIcon: "../images/uncheckedIcon.png"
|
uncheckedIcon: "../images/uncheckedIcon.png"
|
||||||
onClicked: {
|
onClicked: {
|
||||||
persistentSettings.segregatePreForkOutputs = segregatePreForkOutputs.checked
|
persistentSettings.segregatePreForkOutputs = segregatePreForkOutputs.checked
|
||||||
@ -357,7 +357,7 @@ Rectangle {
|
|||||||
id: keyReuseMitigation2
|
id: keyReuseMitigation2
|
||||||
checked: persistentSettings.keyReuseMitigation2
|
checked: persistentSettings.keyReuseMitigation2
|
||||||
text: qsTr("I might want to spend on key-reusing fork(s)") + translationManager.emptyString
|
text: qsTr("I might want to spend on key-reusing fork(s)") + translationManager.emptyString
|
||||||
checkedIcon: "../images/checkedBlackIcon.png"
|
checkedIcon: "../images/checkedIcon-black.png"
|
||||||
uncheckedIcon: "../images/uncheckedIcon.png"
|
uncheckedIcon: "../images/uncheckedIcon.png"
|
||||||
onClicked: {
|
onClicked: {
|
||||||
persistentSettings.keyReuseMitigation2 = keyReuseMitigation2.checked
|
persistentSettings.keyReuseMitigation2 = keyReuseMitigation2.checked
|
||||||
|
Loading…
Reference in New Issue
Block a user