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
|
active: true // loads object
|
||||||
sourceComponent: Bar {
|
sourceComponent: Bar {
|
||||||
screen: modelData
|
screen: modelData
|
||||||
visible: !Hyprland.monitorFor(modelData).activeWorkspace.hasFullscreen
|
visible: !Hyprland.monitorFor(modelData).activeWorkspace?.hasFullscreen
|
||||||
} // creates instance of bar component
|
} // creates instance of bar component
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user