mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
GODT-937: Add keychain switcher to frontend
GODT-1008: Fix transparent dialog under certain conditions
This commit is contained in:
committed by
James Houlahan
parent
8b436186a4
commit
0fe69d9de1
@ -111,6 +111,11 @@ StackLayout {
|
||||
Accessible.description: title
|
||||
Accessible.focusable: true
|
||||
|
||||
onVisibleChanged: {
|
||||
if (background.visible != visible) {
|
||||
background.visible = visible
|
||||
}
|
||||
}
|
||||
|
||||
visible : false
|
||||
anchors {
|
||||
|
||||
Reference in New Issue
Block a user