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);