diff --git a/src/ARKServerManager/App.config b/src/ARKServerManager/App.config index 2ad8e3a3..10df07b3 100644 --- a/src/ARKServerManager/App.config +++ b/src/ARKServerManager/App.config @@ -876,6 +876,9 @@ False + + Normal + diff --git a/src/ARKServerManager/Config.Designer.cs b/src/ARKServerManager/Config.Designer.cs index 35647261..30062edf 100644 --- a/src/ARKServerManager/Config.Designer.cs +++ b/src/ARKServerManager/Config.Designer.cs @@ -3102,5 +3102,17 @@ namespace ServerManagerTool { this["ServerStartMinimized"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("Normal")] + public global::System.Windows.WindowState ServerMonitorWindow_WindowState { + get { + return ((global::System.Windows.WindowState)(this["ServerMonitorWindow_WindowState"])); + } + set { + this["ServerMonitorWindow_WindowState"] = value; + } + } } } diff --git a/src/ARKServerManager/Config.settings b/src/ARKServerManager/Config.settings index 80430160..2771fdd9 100644 --- a/src/ARKServerManager/Config.settings +++ b/src/ARKServerManager/Config.settings @@ -854,5 +854,8 @@ False + + Normal + \ No newline at end of file diff --git a/src/ARKServerManager/Globalization/en-US/en-US.xaml b/src/ARKServerManager/Globalization/en-US/en-US.xaml index c6a9f118..f48453df 100644 --- a/src/ARKServerManager/Globalization/en-US/en-US.xaml +++ b/src/ARKServerManager/Globalization/en-US/en-US.xaml @@ -491,6 +491,7 @@ Enable Run as Administrator Prompt on Startup Check if Server Manager Running on Startup Main Window Start Mode: + Server Monitor Window Start Mode: Minimize To Tray Manage firewall settings automatically Manage Public IP automatically diff --git a/src/ARKServerManager/UserControls/GlobalSettingsControl.xaml b/src/ARKServerManager/UserControls/GlobalSettingsControl.xaml index 54e87588..95eb6570 100644 --- a/src/ARKServerManager/UserControls/GlobalSettingsControl.xaml +++ b/src/ARKServerManager/UserControls/GlobalSettingsControl.xaml @@ -64,20 +64,23 @@