diff --git a/lib_source/qml/Qt5/RibbonSplashScreen.qml b/lib_source/qml/Qt5/RibbonSplashScreen.qml index a28934f..19c75a3 100644 --- a/lib_source/qml/Qt5/RibbonSplashScreen.qml +++ b/lib_source/qml/Qt5/RibbonSplashScreen.qml @@ -115,9 +115,9 @@ Window { if(Qt.platform.os === "osx") { windowAgent.setWindowAttribute("blur-effect", blurBehindWindow ? RibbonTheme.isDarkMode ? "dark" : "light" : "none") + PlatformSupport.showSystemTitleBtns(root, false) } root.flags |= Qt.WindowStaysOnTopHint - PlatformSupport.showSystemTitleBtns(root, false) root.visible = true windowAgent.centralize() raise() diff --git a/lib_source/qml/Qt6/RibbonSplashScreen.qml b/lib_source/qml/Qt6/RibbonSplashScreen.qml index cc800b8..6fb1584 100644 --- a/lib_source/qml/Qt6/RibbonSplashScreen.qml +++ b/lib_source/qml/Qt6/RibbonSplashScreen.qml @@ -115,9 +115,9 @@ Window { if(Qt.platform.os === "osx") { windowAgent.setWindowAttribute("blur-effect", blurBehindWindow ? RibbonTheme.isDarkMode ? "dark" : "light" : "none") + PlatformSupport.showSystemTitleBtns(root, false) } root.flags |= Qt.WindowStaysOnTopHint - PlatformSupport.showSystemTitleBtns(root, false) root.visible = true windowAgent.centralize() raise()