Fixes some UI desync

This commit is contained in:
zontreck 2024-11-23 17:08:22 -07:00
parent dd37c07485
commit c06176c900
7 changed files with 41 additions and 32 deletions

View file

@ -45,8 +45,6 @@ class Settings {
StateMachine subsys = StateMachine();
bool restartRequired = false;
factory Settings() {
return Instance;
}