Branch and Event Details moved to new Server Details section, easier to perform profile sync.

This commit is contained in:
Brett Hewitson 2022-03-02 12:58:54 +10:00
parent 5a30f57b0b
commit cc84a85850
26 changed files with 464 additions and 343 deletions

View file

@ -2297,5 +2297,17 @@ namespace ServerManagerTool {
this["ServerMonitorWindow_WindowState"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionServerDetailsIsExpanded {
get {
return ((bool)(this["SectionServerDetailsIsExpanded"]));
}
set {
this["SectionServerDetailsIsExpanded"] = value;
}
}
}
}