mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-12 22:47:25 -04:00
fixes
This commit is contained in:
@@ -43,7 +43,7 @@ Item {
|
||||
tipItem.visible = true
|
||||
}
|
||||
onExited: {
|
||||
icon.visible = true
|
||||
icon.visible = Qt.binding(function(){ return appWindow.whatIsEnable; })
|
||||
tipItem.visible = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user