diff --git a/Bloxstrap/Resources/Strings.Designer.cs b/Bloxstrap/Resources/Strings.Designer.cs index 6e7d1ff..006216d 100644 --- a/Bloxstrap/Resources/Strings.Designer.cs +++ b/Bloxstrap/Resources/Strings.Designer.cs @@ -1950,7 +1950,7 @@ namespace Bloxstrap.Resources { } /// - /// Looks up a localized string similar to Selecting this will prevent anything configured here from being applied to Roblox.. + /// Looks up a localized string similar to Disabling this will prevent anything configured here from being applied to Roblox.. /// public static string Menu_FastFlags_ManagerEnabled_Description { get { @@ -2012,69 +2012,6 @@ namespace Bloxstrap.Resources { } } - /// - /// Looks up a localized string similar to Show values of specified flags during runtime. Each flag is comma separated.. - /// - public static string Menu_FastFlags_Presets_Debug_FlagStateOverlay_Description { - get { - return ResourceManager.GetString("Menu.FastFlags.Presets.Debug.FlagStateOverlay.Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Flag state overlay. - /// - public static string Menu_FastFlags_Presets_Debug_FlagStateOverlay_Title { - get { - return ResourceManager.GetString("Menu.FastFlags.Presets.Debug.FlagStateOverlay.Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Set blank if not using a proxy. Don't forget to add cacert.pem as a mod.. - /// - public static string Menu_FastFlags_Presets_Debug_HttpProxyAddress_Description { - get { - return ResourceManager.GetString("Menu.FastFlags.Presets.Debug.HttpProxyAddress.Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to HTTP proxy address. - /// - public static string Menu_FastFlags_Presets_Debug_HttpProxyAddress_Title { - get { - return ResourceManager.GetString("Menu.FastFlags.Presets.Debug.HttpProxyAddress.Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enables logging of HTTP requests (DFLogHttpTraceLight=12).. - /// - public static string Menu_FastFlags_Presets_Debug_HttpRequestLogging_Description { - get { - return ResourceManager.GetString("Menu.FastFlags.Presets.Debug.HttpRequestLogging.Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to HTTP request logging. - /// - public static string Menu_FastFlags_Presets_Debug_HttpRequestLogging_Title { - get { - return ResourceManager.GetString("Menu.FastFlags.Presets.Debug.HttpRequestLogging.Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Debug. - /// - public static string Menu_FastFlags_Presets_Debug_Title { - get { - return ResourceManager.GetString("Menu.FastFlags.Presets.Debug.Title", resourceCulture); - } - } - /// /// Looks up a localized string similar to Disable player shadows. /// diff --git a/Bloxstrap/Resources/Strings.resx b/Bloxstrap/Resources/Strings.resx index fc1ebcf..ccfd6c4 100644 --- a/Bloxstrap/Resources/Strings.resx +++ b/Bloxstrap/Resources/Strings.resx @@ -735,29 +735,6 @@ Do NOT use this to import large "flag lists" made by other people that promise t Direct3D [exclusive fullscreen]({0}) using Alt+Enter is enabled by default. - - Show values of specified flags during runtime. Each flag is comma separated. - - - Flag state overlay - - - Set blank if not using a proxy. Don't forget to add cacert.pem as a mod. - Do not translate "cacert.pem" - - - HTTP proxy address - - - Enables logging of HTTP requests (DFLogHttpTraceLight=12). - Do not translate "DFLogHttpTraceLight" - - - HTTP request logging - - - Debug - Preferred escape menu version diff --git a/Bloxstrap/UI/Elements/Menu/Pages/FastFlagsPage.xaml b/Bloxstrap/UI/Elements/Menu/Pages/FastFlagsPage.xaml index 54b8e5b..ae0417a 100644 --- a/Bloxstrap/UI/Elements/Menu/Pages/FastFlagsPage.xaml +++ b/Bloxstrap/UI/Elements/Menu/Pages/FastFlagsPage.xaml @@ -29,23 +29,23 @@ - + + Header="HTTP request logging" + Description="Enables logging of HTTP requests (DFLogHttpTraceLight=12)."> + Header="HTTP proxy address" + Description="Set blank if not using a proxy. Don't forget to add cacert.pem as a mod."> + Header="Flag state overlay" + Description="Show values of specified flags during runtime. Each flag is comma separated.">