We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95f5e9 commit 4c2bb0bCopy full SHA for 4c2bb0b
panels/notification/osd/package/main.qml
@@ -13,6 +13,14 @@ import org.deepin.dtk.style 1.0 as DS
13
Window {
14
id: root
15
visible: Applet.visible
16
+ flags: Qt.BypassWindowManagerHint | Qt.WindowTransparentForInput | Qt.WindowDoesNotAcceptFocus
17
+
18
+ onVisibleChanged: {
19
+ if (visible) {
20
+ root.raise()
21
+ }
22
23
24
property var windowRadius: isSingleView ? 30 : D.DTK.platformTheme.windowRadius
25
D.DWindow.windowRadius: root.windowRadius
26
D.DWindow.enableBlurWindow: true
0 commit comments