This commit is contained in:
serosi 2024-08-16 11:22:19 +02:00 committed by GitHub
commit ffbbe882bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -486,6 +486,8 @@ void DisplayApp::LoadScreen(Apps app, DisplayApp::FullRefreshDirections directio
currentScreen.reset(nullptr); currentScreen.reset(nullptr);
SetFullRefresh(direction); SetFullRefresh(direction);
brightnessController.Set(settingsController.GetBrightness());
switch (app) { switch (app) {
case Apps::Launcher: { case Apps::Launcher: {
std::array<Screens::Tile::Applications, UserAppTypes::Count> apps; std::array<Screens::Tile::Applications, UserAppTypes::Count> apps;