mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 15:46:44 +00:00
GODT-1442: Fix "Sign In" button
This commit is contained in:
@ -110,7 +110,7 @@ Item {
|
|||||||
visible: root.user ? !root.user.loggedIn : false
|
visible: root.user ? !root.user.loggedIn : false
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if (!root.user) return
|
if (!root.user) return
|
||||||
root.parent.rightContent.showSignIn()
|
root.showSignIn()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user