From e46e24e1afda472083d69be101221b1af28ec41b Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Thu, 14 Apr 2022 02:32:01 +1000 Subject: [PATCH] Fix typo --- src/Config/ConfigManager.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Config/ConfigManager.cs b/src/Config/ConfigManager.cs index a6a0a02..fdbdf5d 100644 --- a/src/Config/ConfigManager.cs +++ b/src/Config/ConfigManager.cs @@ -77,6 +77,10 @@ namespace UnityExplorer.Config "The key to enable or disable UnityExplorer's menu and features.", KeyCode.F7); + Hide_On_Startup = new ConfigElement("Hide On Startup", + "Should UnityExplorer be hidden on startup?", + false); + Target_Display = new ConfigElement("Target Display", "The monitor index for UnityExplorer to use, if you have multiple. 0 is the default display, 1 is secondary, etc. " + "Restart recommended when changing this setting. Make sure your extra monitors are the same resolution as your primary monitor.", @@ -86,16 +90,12 @@ namespace UnityExplorer.Config "The vertical anchor of the main UnityExplorer Navbar, in case you want to move it.", UIManager.VerticalAnchor.Top); - Hide_On_Startup = new ConfigElement("Hide On Startup", - "Should UnityExplorer be hidden on startup?", - false); - World_MouseInspect_Keybind = new("World Mouse-Inspect Keybind", "Optional keybind to being a World-mode Mouse Inspect.", KeyCode.None); UI_MouseInspect_Keybind = new("UI Mouse-Inspect Keybind", - "Optional keybind to begin a UI_mode Mouse Inspect.", + "Optional keybind to begin a UI-mode Mouse Inspect.", KeyCode.None); Force_Unlock_Mouse = new ConfigElement("Force Unlock Mouse",