mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 14:31:23 +00:00
feat: make vertical separator in GUI adjustable
This commit is contained in:
@@ -34,6 +34,7 @@ impl DaemonConfig {
|
||||
#[serde(default)]
|
||||
pub struct GuiConfig {
|
||||
pub scale_factor: f32,
|
||||
pub vertical_separator_width: f32,
|
||||
|
||||
pub save_volume: bool,
|
||||
pub save_input: bool,
|
||||
@@ -47,6 +48,7 @@ impl Default for GuiConfig {
|
||||
fn default() -> Self {
|
||||
GuiConfig {
|
||||
scale_factor: 1.0,
|
||||
vertical_separator_width: 0.0,
|
||||
|
||||
save_volume: false,
|
||||
save_input: false,
|
||||
|
||||
Reference in New Issue
Block a user