Misc. fixes, added volume offset option
This commit is contained in:
12
Properties/Settings.Designer.cs
generated
12
Properties/Settings.Designer.cs
generated
@ -94,5 +94,17 @@ namespace unison.Properties {
|
||||
this["snapcast_port"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("5")]
|
||||
public int volume_offset {
|
||||
get {
|
||||
return ((int)(this["volume_offset"]));
|
||||
}
|
||||
set {
|
||||
this["volume_offset"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -20,5 +20,8 @@
|
||||
<Setting Name="snapcast_port" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">1704</Value>
|
||||
</Setting>
|
||||
<Setting Name="volume_offset" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">5</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
Reference in New Issue
Block a user