fix: music app improvements, desktop performance improvements

This commit is contained in:
2026-03-25 19:13:26 +01:00
parent ea087769f5
commit 1ad9117fc1
12 changed files with 664 additions and 172 deletions
@@ -54,6 +54,8 @@ static void procmgr_on_poll(Window* win) {
}
}
}
win->dirty = true;
}
static void procmgr_on_draw(Window* win, Framebuffer& fb) {