App autostart update and UI refinement
This commit is contained in:
24
HidSliders.Gui/Properties/Settings.Designer.cs
generated
24
HidSliders.Gui/Properties/Settings.Designer.cs
generated
@@ -94,5 +94,29 @@ namespace HidSliders.Gui.Properties {
|
||||
this["Channel5Strip"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool AutoConnect {
|
||||
get {
|
||||
return ((bool)(this["AutoConnect"]));
|
||||
}
|
||||
set {
|
||||
this["AutoConnect"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool MixerAutoConnect {
|
||||
get {
|
||||
return ((bool)(this["MixerAutoConnect"]));
|
||||
}
|
||||
set {
|
||||
this["MixerAutoConnect"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user