summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/Login.qml2
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()
}
}
}