Fix code handling of mutually exclusive codes.

This commit is contained in:
Ottermandias 2023-07-24 02:33:08 +02:00
parent 463f4da7ab
commit eea7396946
2 changed files with 43 additions and 1 deletions

View file

@ -103,6 +103,7 @@ public class SettingsTab : ITab
{
action(state);
_config.Codes[i] = (code, state);
_codeService.VerifyState();
_config.Save();
}
}