From d1a16995f263b4985668a26da311fda77d5a92ab Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 6 Apr 2020 15:13:13 +0200 Subject: More stats in leaderboard, basic cheat detection --- qml/harbour-binaryfun.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml/harbour-binaryfun.qml') diff --git a/qml/harbour-binaryfun.qml b/qml/harbour-binaryfun.qml index 9378223..599a3ea 100644 --- a/qml/harbour-binaryfun.qml +++ b/qml/harbour-binaryfun.qml @@ -6,5 +6,5 @@ ApplicationWindow { initialPage: Component { Menu { } } cover: Qt.resolvedUrl("cover/CoverPage.qml") - allowedOrientations: defaultAllowedOrientations + allowedOrientations: Orientation.Portrait } -- cgit v1.2.3