mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-07 08:17:25 -04:00
Ask for password in wallet is password protected. closes #26
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import QtQuick 2.2
|
||||
import QtGraphicalEffects 1.0
|
||||
import "components"
|
||||
|
||||
Rectangle {
|
||||
@@ -355,4 +356,12 @@ Rectangle {
|
||||
connected: false
|
||||
}
|
||||
}
|
||||
// indicate disabled state
|
||||
Desaturate {
|
||||
anchors.fill: parent
|
||||
source: parent
|
||||
desaturation: panel.enabled ? 0.0 : 1.0
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user