Fix theme on native light mode, implement volume slider
Some checks failed
Build / build-linux (push) Failing after 18s
Build / build-windows (push) Has been cancelled

This commit is contained in:
Dark Steveneq
2025-10-14 10:06:06 +02:00
parent 5ffbede5a0
commit def26f8fda
8 changed files with 46 additions and 41 deletions

17
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "cmake",
"label": "CMake: build",
"command": "build",
"options": {"cwd": "${workspaceFolder}/build"},
"targets": [
"all"
],
"group": "build",
"problemMatcher": [],
"detail": "CMake template build task"
}
]
}