fixing the broken update

This commit is contained in:
Chris Cochrun 2024-07-10 16:31:22 -05:00
parent d016fabf0b
commit 797d90f040
4 changed files with 129 additions and 65 deletions

View file

@ -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)
],