Audio settings: Sinks and sources control fully implemented (cards wip), port pactl_wrapper

This commit is contained in:
Aleksander
2025-12-05 21:30:17 +01:00
parent 9767940923
commit 1d60bed361
9 changed files with 948 additions and 49 deletions

View File

@@ -2,6 +2,7 @@ mod assets;
pub mod frontend;
pub mod settings;
mod tab;
mod task;
mod util;
mod various;
mod views;