BarContent: fix screen assignment

This commit is contained in:
ItsLemmy
2025-11-09 13:51:14 -05:00
parent c3476c9f9e
commit 23a548e034
3 changed files with 37 additions and 50 deletions
+3 -1
View File
@@ -53,7 +53,9 @@ Variants {
}
asynchronous: false
sourceComponent: BarContentWindow {}
sourceComponent: BarContentWindow {
screen: modelData
}
onLoaded: {
Logger.d("Shell", "BarContentWindow created for", modelData?.name)