mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-25 02:07:28 -05:00
format
This commit is contained in:
@@ -15,7 +15,9 @@ Scope {
|
|||||||
model: Quickshell.screens
|
model: Quickshell.screens
|
||||||
|
|
||||||
PanelWindow {
|
PanelWindow {
|
||||||
visible: (ConfigOptions.appearance.fakeScreenRounding === 1 || (ConfigOptions.appearance.fakeScreenRounding === 2 && !activeWindow?.fullscreen))
|
visible: (ConfigOptions.appearance.fakeScreenRounding === 1
|
||||||
|
|| (ConfigOptions.appearance.fakeScreenRounding === 2
|
||||||
|
&& !activeWindow?.fullscreen))
|
||||||
|
|
||||||
property var modelData
|
property var modelData
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user