fix(screenCorners): remove shadowing screen property to fix multi-monitor corner rendering

This commit is contained in:
Jihed Kdiss
2026-05-21 14:16:22 +01:00
committed by GitHub
parent c1b37bc467
commit 8f9cf67be7
@@ -21,7 +21,6 @@ Scope {
component CornerPanelWindow: PanelWindow {
id: cornerPanelWindow
property var screen: QsWindow.window?.screen
property var brightnessMonitor: Brightness.getMonitorForScreen(screen)
property bool fullscreen
visible: (Config.options.appearance.fakeScreenRounding === 1 || (Config.options.appearance.fakeScreenRounding === 2 && !fullscreen))