From 567e6d2e13d8e8ae4bed867e487ada49c4cd80c0 Mon Sep 17 00:00:00 2001 From: hanpinlong Date: Tue, 23 Jul 2024 10:42:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=A0=B9=E6=8D=AEqApp=E7=9A=84=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E6=96=B9=E5=90=91=E8=AE=BE=E7=BD=AE=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qml/main.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qml/main.qml b/qml/main.qml index c6a599c..16d14fe 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -29,6 +29,8 @@ Item { property int animationDuration: menuSetting.get("animationDuration") property var normalGeometry: mainWindow.normalRect property string currentSearchText: "" + LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft + LayoutMirroring.childrenInherit: true; Component.onCompleted: { mainWindow.fullScreenChanged.connect(enterFullScreen);