mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-18 00:21:33 -07:00
make background updates opt-in
This commit is contained in:
parent
4dcb72b27f
commit
0f13750d7c
@ -20,7 +20,7 @@ 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;
|
||||||
public bool BackgroundUpdatesEnabled { get; set; } = true;
|
public bool BackgroundUpdatesEnabled { get; set; } = false;
|
||||||
public bool DebugDisableVersionPackageCleanup { get; set; } = false;
|
public bool DebugDisableVersionPackageCleanup { get; set; } = false;
|
||||||
public string? SelectedCustomTheme { get; set; } = null;
|
public string? SelectedCustomTheme { get; set; } = null;
|
||||||
public WebEnvironment WebEnvironment { get; set; } = WebEnvironment.Production;
|
public WebEnvironment WebEnvironment { get; set; } = WebEnvironment.Production;
|
||||||
|
Loading…
Reference in New Issue
Block a user