feat: implemented loop support in pwsp-gui

This commit is contained in:
2026-01-02 03:18:51 +03:00
parent 2a13c25230
commit 531a49dbdf
4 changed files with 32 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ pub struct AudioPlayerState {
pub current_file_path: PathBuf,
pub is_paused: bool,
pub looped: bool,
pub volume: f32,
pub new_volume: Option<f32>,