feat: add master volume slider

This commit is contained in:
2026-01-24 23:45:33 +03:00
parent 5afe3dd45b
commit 4d54443593
5 changed files with 91 additions and 17 deletions
+1 -1
View File
@@ -17,9 +17,9 @@ use pwsp::{
},
};
use rfd::FileDialog;
use std::path::PathBuf;
use std::{
error::Error,
path::PathBuf,
sync::{Arc, Mutex},
};