mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2026-01-01 07:53:14 +00:00
Added settings for device visilibity and sorting.
This commit is contained in:
72
Properties/Settings.Designer.cs
generated
72
Properties/Settings.Designer.cs
generated
@@ -22,77 +22,5 @@ namespace MeshCentralRouter.Properties {
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
||||
public int ViewType {
|
||||
get {
|
||||
return ((int)(this["ViewType"]));
|
||||
}
|
||||
set {
|
||||
this["ViewType"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
||||
public int GraphType {
|
||||
get {
|
||||
return ((int)(this["GraphType"]));
|
||||
}
|
||||
set {
|
||||
this["GraphType"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool ShowHiddenNodes {
|
||||
get {
|
||||
return ((bool)(this["ShowHiddenNodes"]));
|
||||
}
|
||||
set {
|
||||
this["ShowHiddenNodes"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string ServerCertHash {
|
||||
get {
|
||||
return ((string)(this["ServerCertHash"]));
|
||||
}
|
||||
set {
|
||||
this["ServerCertHash"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool AllowsAgentDownloads {
|
||||
get {
|
||||
return ((bool)(this["AllowsAgentDownloads"]));
|
||||
}
|
||||
set {
|
||||
this["AllowsAgentDownloads"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool AllowsAgentUploads {
|
||||
get {
|
||||
return ((bool)(this["AllowsAgentUploads"]));
|
||||
}
|
||||
set {
|
||||
this["AllowsAgentUploads"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user