aboutsummaryrefslogtreecommitdiffhomepage
path: root/qml/harbour-binaryfun.qml
diff options
context:
space:
mode:
authorMarvin Borner2020-04-06 15:13:13 +0200
committerMarvin Borner2020-04-06 15:13:13 +0200
commitd1a16995f263b4985668a26da311fda77d5a92ab (patch)
tree3788ed4f1fbc0c99bc0546a8d6069d24f9b87ea5 /qml/harbour-binaryfun.qml
parentbf800f3b9a78140d6ee5c031389af67f67d52d8f (diff)
More stats in leaderboard, basic cheat detection1.1
Diffstat (limited to 'qml/harbour-binaryfun.qml')
-rw-r--r--qml/harbour-binaryfun.qml2
1 files changed, 1 insertions, 1 deletions
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
}