mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-01-03 14:23:43 +01:00
Fix code handling of mutually exclusive codes.
This commit is contained in:
parent
463f4da7ab
commit
eea7396946
2 changed files with 43 additions and 1 deletions
|
|
@ -103,6 +103,7 @@ public class SettingsTab : ITab
|
|||
{
|
||||
action(state);
|
||||
_config.Codes[i] = (code, state);
|
||||
_codeService.VerifyState();
|
||||
_config.Save();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue