added bracket

This commit is contained in:
locker98 2024-05-08 19:03:06 -04:00
parent 59aa2cc09e
commit ca1f736147

View File

@ -590,6 +590,7 @@ void DisplayApp::LoadScreen(Apps app, DisplayApp::FullRefreshDirections directio
} }
break; break;
} }
}
currentApp = app; currentApp = app;
} }