mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2026-01-11 05:26:43 +01:00
Merge branch 'refs/heads/master' into develop
# Conflicts: # Cargo.toml # src/modules/volume.rs
This commit is contained in:
commit
3bf4e9b877
51 changed files with 867 additions and 475 deletions
|
|
@ -18,6 +18,7 @@ use std::collections::HashMap;
|
|||
use tokio::sync::mpsc;
|
||||
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
#[cfg_attr(feature = "schema", derive(schemars::JsonSchema))]
|
||||
pub struct VolumeModule {
|
||||
/// Maximum value to allow volume sliders to reach.
|
||||
/// Pulse supports values > 100 but this may result in distortion.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue