mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
remove deprecation bypass setting
This commit is contained in:
parent
ac413eeb68
commit
42372a5c7c
@ -190,13 +190,6 @@ namespace Bloxstrap
|
|||||||
{
|
{
|
||||||
Logger.WriteLine(LOG_IDENT, $"Detected unsupported Windows version ({Environment.OSVersion.Version}).");
|
Logger.WriteLine(LOG_IDENT, $"Detected unsupported Windows version ({Environment.OSVersion.Version}).");
|
||||||
|
|
||||||
if (Settings.Prop.IgnoreWindows78Deprecation)
|
|
||||||
{
|
|
||||||
Logger.WriteLine(LOG_IDENT, "IgnoreWindows78Deprecation flag enabled. Skipping deprecation message.");
|
|
||||||
Logger.WriteLine(LOG_IDENT, "================= DO NOT REQUEST FOR SUPPORT. YOU WILL BE IGNORED. =================");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!LaunchSettings.QuietFlag.Active)
|
if (!LaunchSettings.QuietFlag.Active)
|
||||||
Frontend.ShowMessageBox(Strings.App_OSDeprecation_Win7_81, MessageBoxImage.Error);
|
Frontend.ShowMessageBox(Strings.App_OSDeprecation_Win7_81, MessageBoxImage.Error);
|
||||||
|
|
||||||
|
@ -17,9 +17,6 @@ namespace Bloxstrap.Models.Persistable
|
|||||||
public bool UseFastFlagManager { get; set; } = true;
|
public bool UseFastFlagManager { get; set; } = true;
|
||||||
public bool WPFSoftwareRender { get; set; } = false;
|
public bool WPFSoftwareRender { get; set; } = false;
|
||||||
public bool EnableAnalytics { get; set; } = true;
|
public bool EnableAnalytics { get; set; } = true;
|
||||||
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
|
|
||||||
[JsonPropertyName("ILikeMyOSDeprecatedBruh")]
|
|
||||||
public bool IgnoreWindows78Deprecation { get; set; } = false;
|
|
||||||
|
|
||||||
// integration configuration
|
// integration configuration
|
||||||
public bool EnableActivityTracking { get; set; } = true;
|
public bool EnableActivityTracking { get; set; } = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user