mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
fix logic error
This commit is contained in:
parent
567dc7390b
commit
6bbfdd4124
@ -43,7 +43,7 @@ namespace Bloxstrap.Helpers
|
|||||||
{
|
{
|
||||||
foreach (var mode in RenderingModes)
|
foreach (var mode in RenderingModes)
|
||||||
{
|
{
|
||||||
if (value != "Automatic")
|
if (mode.Key != "Automatic")
|
||||||
App.FastFlags.Changes[mode.Value] = null;
|
App.FastFlags.Changes[mode.Value] = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user