sk
This commit is contained in:
parent
2782bba090
commit
96e2ee14e3
1 changed files with 3 additions and 3 deletions
|
@ -215,11 +215,11 @@ function Bar(monitor = 0) {
|
||||||
App.config({
|
App.config({
|
||||||
style: "./style.css",
|
style: "./style.css",
|
||||||
windows: [
|
windows: [
|
||||||
// Bar(),
|
Bar(),
|
||||||
|
|
||||||
// you can call it, for each monitor
|
// you can call it, for each monitor
|
||||||
Bar(0),
|
// Bar(0),
|
||||||
Bar(1)
|
// Bar(1)
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue