Option to show Snapcast window

This commit is contained in:
2021-08-31 01:42:00 +02:00
parent 72d2c5993d
commit 0aa80ed8b5
5 changed files with 21 additions and 1 deletions

View File

@ -106,5 +106,17 @@ namespace unison.Properties {
this["volume_offset"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool snapcast_window {
get {
return ((bool)(this["snapcast_window"]));
}
set {
this["snapcast_window"] = value;
}
}
}
}