added bracket

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

View File

@ -589,6 +589,7 @@ void DisplayApp::LoadScreen(Apps app, DisplayApp::FullRefreshDirections directio
currentScreen.reset(userWatchFaces[0].create(controllers)); currentScreen.reset(userWatchFaces[0].create(controllers));
} }
break; break;
}
} }
currentApp = app; currentApp = app;
} }