wip
This commit is contained in:
@@ -14,6 +14,7 @@ struct Sound {
|
||||
name: String,
|
||||
path: String, // bytes instead?
|
||||
sink: Sink,
|
||||
volume: f32,
|
||||
}
|
||||
|
||||
/// todo: maybe add a play/pause state or global volume? saved presets?
|
||||
@@ -31,7 +32,7 @@ impl Application for Lull {
|
||||
type Message = Message;
|
||||
type Flags = ();
|
||||
|
||||
fn new(flags: Self::Flags) -> (Self, Command) {
|
||||
fn new(_flags: Self::Flags) -> (Self, Command) {
|
||||
(
|
||||
Lull {sounds: Vec::new()},
|
||||
Command::none(),
|
||||
|
||||
Reference in New Issue
Block a user