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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user