fixing the broken update
This commit is contained in:
parent
d016fabf0b
commit
797d90f040
4 changed files with 129 additions and 65 deletions
|
@ -177,7 +177,7 @@ function Bar(monitor = 0) {
|
|||
App.config({
|
||||
style: css,
|
||||
windows: [
|
||||
Bar(laptop ? 0 : 2), // can be instantiated for each monitor
|
||||
Bar(laptop ? 0 : 0), // can be instantiated for each monitor
|
||||
NotificationPopups(),
|
||||
(laptop ? BatteryPopup() : null)
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue