bar: temp import players so ipc works
This commit is contained in:
parent
fede76bbae
commit
22a99154b7
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
import "root:/widgets"
|
import "root:/widgets"
|
||||||
|
import "root:/services"
|
||||||
import "root:/config"
|
import "root:/config"
|
||||||
import Quickshell
|
import Quickshell
|
||||||
import QtQuick
|
import QtQuick
|
||||||
|
|
@ -26,6 +27,7 @@ Variants {
|
||||||
win.anchors.bottom = true;
|
win.anchors.bottom = true;
|
||||||
else
|
else
|
||||||
win.anchors.right = true;
|
win.anchors.right = true;
|
||||||
|
console.log(Players.list);
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue