mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Merge pull request #126 from bluepilledgreat/flag-logic-error
fix logic error
This commit is contained in:
commit
18497312d3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user