mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Server Monitor window now stores it's location.
This commit is contained in:
parent
77cac3329a
commit
72a0c342c3
14 changed files with 110 additions and 12 deletions
24
src/ARKServerManager/Config.Designer.cs
generated
24
src/ARKServerManager/Config.Designer.cs
generated
|
|
@ -2962,5 +2962,29 @@ namespace ServerManagerTool {
|
|||
this["AllowDiscordStop"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("50")]
|
||||
public double ServerMonitorWindow_Left {
|
||||
get {
|
||||
return ((double)(this["ServerMonitorWindow_Left"]));
|
||||
}
|
||||
set {
|
||||
this["ServerMonitorWindow_Left"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("50")]
|
||||
public double ServerMonitorWindow_Top {
|
||||
get {
|
||||
return ((double)(this["ServerMonitorWindow_Top"]));
|
||||
}
|
||||
set {
|
||||
this["ServerMonitorWindow_Top"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue