Commit 117a4c4
committed
fix: uninstall dialog shows dark theme in light mode
Root cause: fullscreen launcher forces DarkType (Main.qml:318),
the uninstall DialogWindow inherits it. DialogWindow.qml's
StyledBehindWindowBlur blendColor selects dark color under DarkType,
combined with KWin blur showing the dark launcher background,
resulting in a fully dark dialog.
Fix: override themeType to follow system theme and disable
enableBlurWindow on the DialogWindow. The two properties together
are sufficient - no custom StyledBehindWindowBlur needed.
Bug: https://pms.uniontech.com/bug-view-359629.html1 parent 197916f commit 117a4c4
1 file changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | 312 | | |
322 | 313 | | |
323 | 314 | | |
| |||
0 commit comments