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:/services"
|
||||
import "root:/config"
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
|
|
@ -26,6 +27,7 @@ Variants {
|
|||
win.anchors.bottom = true;
|
||||
else
|
||||
win.anchors.right = true;
|
||||
console.log(Players.list);
|
||||
}
|
||||
|
||||
Connections {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue