Fix screen corners only appearing on integrated monitor (#3386)

This commit is contained in:
Minh
2026-05-24 11:28:01 +02:00
committed by GitHub
@@ -21,7 +21,6 @@ Scope {
component CornerPanelWindow: PanelWindow { component CornerPanelWindow: PanelWindow {
id: cornerPanelWindow id: cornerPanelWindow
property var screen: QsWindow.window?.screen
property var brightnessMonitor: Brightness.getMonitorForScreen(screen) property var brightnessMonitor: Brightness.getMonitorForScreen(screen)
property bool fullscreen property bool fullscreen
visible: (Config.options.appearance.fakeScreenRounding === 1 || (Config.options.appearance.fakeScreenRounding === 2 && !fullscreen)) visible: (Config.options.appearance.fakeScreenRounding === 1 || (Config.options.appearance.fakeScreenRounding === 2 && !fullscreen))