From 51f3d77a5df880458682f1a0dee48f48d139bceb Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 18 Sep 2019 13:27:04 +0700 Subject: fix misnaming --- features/Login.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'features') 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() } } } -- cgit v1.2.3