diff --git a/src/ARKServerManager/App.config b/src/ARKServerManager/App.config index db7962cd..7c2b5ef3 100644 --- a/src/ARKServerManager/App.config +++ b/src/ARKServerManager/App.config @@ -792,6 +792,15 @@ 100 + + Normal + + + 50 + + + 50 + diff --git a/src/ARKServerManager/Config.Designer.cs b/src/ARKServerManager/Config.Designer.cs index 973bdae4..34541533 100644 --- a/src/ARKServerManager/Config.Designer.cs +++ b/src/ARKServerManager/Config.Designer.cs @@ -2767,5 +2767,41 @@ namespace ServerManagerTool { this["MOTDHeight"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("Normal")] + public global::System.Windows.WindowState MainWindow_WindowState { + get { + return ((global::System.Windows.WindowState)(this["MainWindow_WindowState"])); + } + set { + this["MainWindow_WindowState"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("50")] + public double MainWindow_Left { + get { + return ((double)(this["MainWindow_Left"])); + } + set { + this["MainWindow_Left"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("50")] + public double MainWindow_Top { + get { + return ((double)(this["MainWindow_Top"])); + } + set { + this["MainWindow_Top"] = value; + } + } } } diff --git a/src/ARKServerManager/Config.settings b/src/ARKServerManager/Config.settings index 79f022f3..893b744d 100644 --- a/src/ARKServerManager/Config.settings +++ b/src/ARKServerManager/Config.settings @@ -767,5 +767,14 @@ 100 + + Normal + + + 50 + + + 50 + \ 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 ce6a2c42..6f2131da 100644 --- a/src/ARKServerManager/Globalization/en-US/en-US.xaml +++ b/src/ARKServerManager/Globalization/en-US/en-US.xaml @@ -421,6 +421,7 @@ Reset This will reset ALL the user global settings for the server manager. The server manager will be closed if successful. Enable Run as Administrator Prompt on Startup + Main Window Start Mode: Minimize To Tray Manage firewall settings automatically Manage Public IP automatically diff --git a/src/ARKServerManager/VersionFeed.xml b/src/ARKServerManager/VersionFeed.xml index 97e1f2d1..365c572a 100644 --- a/src/ARKServerManager/VersionFeed.xml +++ b/src/ARKServerManager/VersionFeed.xml @@ -7,6 +7,30 @@ 2021-11-23T00:00:00Z + + urn:uuid:50F06456-861E-483C-82BB-6072A428C652 + 1.1.408 (1.1.408.1) + 1.1.408.1 + + 2021-11-24T00:00:00Z + +
+

+ NEW +
+

    +
  • Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.
  • +
  • Main Window - now sotres the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.
  • +
+

+
+
+ + bletch + bletch1971@hotmail.com + +
+ urn:uuid:2FF0893A-1412-4062-BF87-058F14E787FC 1.1.407 (1.1.407.2) diff --git a/src/ARKServerManager/VersionFeedBeta.xml b/src/ARKServerManager/VersionFeedBeta.xml index 29104c46..4bbc309f 100644 --- a/src/ARKServerManager/VersionFeedBeta.xml +++ b/src/ARKServerManager/VersionFeedBeta.xml @@ -5,45 +5,22 @@ Ark Server Manager Version Feed This is the Ark Server Manager beta version feed. - 2021-11-23T00:00:00Z + 2021-11-24T00:00:00Z - urn:uuid:CCE4B82B-122A-4BBF-A79F-934B79E41382 - 1.1.407 (1.1.407.2) - 1.1.407.2 + urn:uuid:50F06456-861E-483C-82BB-6072A428C652 + 1.1.408 (1.1.408.1) + 1.1.408.1 - 2021-11-23T00:00:00Z + 2021-11-24T00:00:00Z

- CHANGES + NEW

    -
  • zh-CN Translation file updated.
  • -
-

-
-
- - bletch - bletch1971@hotmail.com - -
- - - urn:uuid:2FF0893A-1412-4062-BF87-058F14E787FC - 1.1.407 (1.1.407.1) - 1.1.407.1 - - 2021-11-21T00:00:00Z - -
-

- CHANGES -
-

    -
  • Server Status checks - a few code tweaks to the server status checks.
  • -
  • pt-BR Translation file updated.
  • +
  • Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.
  • +
  • Main Window - now sotres the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.

diff --git a/src/ARKServerManager/Windows/GlobalSettingsControl.xaml b/src/ARKServerManager/Windows/GlobalSettingsControl.xaml index b88b7807..0a274c0b 100644 --- a/src/ARKServerManager/Windows/GlobalSettingsControl.xaml +++ b/src/ARKServerManager/Windows/GlobalSettingsControl.xaml @@ -7,7 +7,8 @@ xmlns:cc="clr-namespace:ServerManagerTool.Common.Converters;assembly=ServerManager.Common" xmlns:globcntrls="clr-namespace:WPFSharp.Globalizer.Controls;assembly=WPFSharp.Globalizer" mc:Ignorable="d" - d:DesignWidth="800"> + d:DesignWidth="800" + x:Name="GlobalSettings"> @@ -47,8 +48,8 @@ - - + + @@ -74,6 +75,7 @@ + @@ -90,10 +92,13 @@ - - - +