fix: Update BarLoader.qml to handle null checks for workspace hasFullscreen
This commit is contained in:
@@ -11,7 +11,7 @@ Item {
|
||||
active: true // loads object
|
||||
sourceComponent: Bar {
|
||||
screen: modelData
|
||||
visible: !Hyprland.monitorFor(modelData).activeWorkspace.hasFullscreen
|
||||
visible: !Hyprland.monitorFor(modelData).activeWorkspace?.hasFullscreen
|
||||
} // creates instance of bar component
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user