We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e082b commit d59bed1Copy full SHA for d59bed1
src/main.cpp
@@ -60,6 +60,8 @@ void mainLoop(void* data) {
60
// ReSharper disable once CppTooWideScopeInitStatement
61
const libsystem::FileConfig systemConfig = libsystem::getSystemConfig();
62
63
+ // TODO: Load launcher before OOBE app, to make the experience smoother.
64
+
65
// Check if OOBE app need to be launched
66
if (!systemConfig.has("oobe") || !systemConfig.get<bool>("oobe")) {
67
// Launch OOBE app
0 commit comments