Merge pull request #126 from bluepilledgreat/flag-logic-error

fix logic error
This commit is contained in:
pizzaboxer 2023-04-09 18:21:48 +01:00 committed by GitHub
commit 18497312d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ namespace Bloxstrap.Helpers
{
foreach (var mode in RenderingModes)
{
if (value != "Automatic")
if (mode.Key != "Automatic")
App.FastFlags.Changes[mode.Value] = null;
}