Log dimension updates

This commit is contained in:
Alexander Heldt
2025-11-29 16:52:07 +01:00
parent 661b8f5e82
commit 8134f7c3d6
2 changed files with 25 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ pub fn main() -> Nil {
let input_keys_name: Name(Key) = process.new_name("input_keys")
input.new(input_keys_name)
let assert Ok(ui) = ui.new()
let assert Ok(ui) = ui.new(logger)
let assert Ok(mpv) = mpv.new()
let assert Ok(musicplayer_pid) =
musicplayer.new(logger, ui, mpv, input_keys_name)