diff --git a/src/Qt5/imports/FluentUI/Controls/FluWindowDialog.qml b/src/Qt5/imports/FluentUI/Controls/FluWindowDialog.qml index 660e8bae..41137736 100644 --- a/src/Qt5/imports/FluentUI/Controls/FluWindowDialog.qml +++ b/src/Qt5/imports/FluentUI/Controls/FluWindowDialog.qml @@ -10,7 +10,6 @@ FluWindow { autoVisible: false autoCenter: false autoDestory: true - stayTop: true fixSize: true Loader{ anchors.fill: parent diff --git a/src/Qt6/imports/FluentUI/Controls/FluWindowDialog.qml b/src/Qt6/imports/FluentUI/Controls/FluWindowDialog.qml index 0ea79378..d62f707c 100644 --- a/src/Qt6/imports/FluentUI/Controls/FluWindowDialog.qml +++ b/src/Qt6/imports/FluentUI/Controls/FluWindowDialog.qml @@ -10,7 +10,6 @@ FluWindow { autoVisible: false autoCenter: false autoDestory: true - stayTop: true fixSize: true Loader{ anchors.fill: parent