feat: audio mixer, Audio app, fix Installer crash

This commit is contained in:
2026-05-19 07:48:09 +02:00
parent 14da61bb0e
commit 8b8c8cee95
26 changed files with 1272 additions and 373 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ static constexpr int SWATCH_Y = 8;
static constexpr int MAX_CANVAS_W = 2048;
static constexpr int MAX_CANVAS_H = 2048;
static constexpr int FONT_SIZE = 16;
static constexpr int FONT_SIZE = 18;
// UI colors
static constexpr Color BG_COLOR = Color::from_rgb(0xE0, 0xE0, 0xE0);