forked from Silverfish/proton-bridge
GODT-1442: Fix "Sign In" button
This commit is contained in:
@ -110,7 +110,7 @@ Item {
|
||||
visible: root.user ? !root.user.loggedIn : false
|
||||
onClicked: {
|
||||
if (!root.user) return
|
||||
root.parent.rightContent.showSignIn()
|
||||
root.showSignIn()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user