diff --git a/internal/frontend/qml/AccountView.qml b/internal/frontend/qml/AccountView.qml index f98b586a..1c01694d 100644 --- a/internal/frontend/qml/AccountView.qml +++ b/internal/frontend/qml/AccountView.qml @@ -110,7 +110,7 @@ Item { visible: root.user ? !root.user.loggedIn : false onClicked: { if (!root.user) return - root.parent.rightContent.showSignIn() + root.showSignIn() } }