fix: loading pipewire tokens (#24)

This commit is contained in:
alexdenerqal
2024-04-07 17:23:56 +02:00
committed by GitHub
parent 1d1a4f01ae
commit 63e8cd59b2
2 changed files with 4 additions and 6 deletions

View File

@@ -179,9 +179,6 @@ pub struct GeneralConfig {
#[serde(default = "def_one")]
pub long_press_duration: f32,
#[serde(default = "def_pw_tokens")]
pub pw_tokens: PwTokenMap,
#[serde(default = "def_osc_port")]
pub osc_out_port: u16,