Skip to content

Commit

Permalink
Fixed config set priorities reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Nov 2, 2023
1 parent 423506c commit bde59a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/Modules/Beacon/ConfigSetState.xojo_code
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Protected Class ConfigSetState

Var FilteredStates() As Beacon.ConfigSetState
For Each State As Beacon.ConfigSetState In States
If State.Enabled = False Or SetsMap.HasKey(State.ConfigSetId) = False Then
If SetsMap.HasKey(State.ConfigSetId) = False Then
Continue
End If

Expand Down

0 comments on commit bde59a6

Please sign in to comment.