From c81b747b6dd774c3386beaa2b89e365e6411cb35 Mon Sep 17 00:00:00 2001 From: molan-git <59296158+molan-git@users.noreply.github.com> Date: Fri, 24 Jan 2020 21:57:16 +0100 Subject: [PATCH] Fix syntax error --- qml/pages/LoginPage.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/qml/pages/LoginPage.qml b/qml/pages/LoginPage.qml index 19f0948..842425a 100644 --- a/qml/pages/LoginPage.qml +++ b/qml/pages/LoginPage.qml @@ -37,7 +37,6 @@ import "../lib/API.js" as Logic Page { id: loginPage - // The effective value will be restricted by ApplicationWindow.allowedOrientations allowedOrientations: Orientation.All