diff options
-rw-r--r-- | features/Login.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/features/Login.qml b/features/Login.qml index ea4bcd3..105922d 100644 --- a/features/Login.qml +++ b/features/Login.qml @@ -18,8 +18,6 @@ LoginForm { onClicked: { if (stackView.depth > 1) { stackView.pop() - } else { - drawer.open() } } } |