cleanup Views

This commit is contained in:
2026-07-12 00:47:26 +02:00
parent 34fc5a4c0d
commit 2b1f94f220
8 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -422,7 +422,7 @@ private final class FakeEventSource: PHEventSource {
let config = try PHConfig.load()
let theme = try PHTheme.load("voltage")
let controller = PHController(config: config, screen: screen, theme: theme, blocks: blocks)
let controller = BarController(config: config, screen: screen, theme: theme, blocks: blocks)
controller.refresh()