diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-18 13:27:04 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-18 13:27:04 +0700 |
commit | 51f3d77a5df880458682f1a0dee48f48d139bceb (patch) | |
tree | 4c203bb7242d7a01bcbdb507b2f6808b8927cb1c /features | |
parent | fc085c0db385f58e02956e51482754d221f32ef9 (diff) |
fix misnaming
Diffstat (limited to 'features')
-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() } } } |