Prefer portrait orientation when using square window

BUG: 460859
This commit is contained in:
Bart De Vries 2022-12-13 16:48:49 +01:00
parent e45aedd595
commit 624e0b147f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Kirigami.ApplicationWindow {
property var lastFeed: ""
property string currentPage: ""
property bool isWidescreen: root.width >= root.height
property bool isWidescreen: root.width > root.height
function getPage(page) {
switch (page) {