v1.9.0 #175

Merged
muellerr merged 623 commits from develop into main 2022-03-08 10:32:41 +01:00
Showing only changes of commit be122038ed - Show all commits

View File

@ -1196,7 +1196,7 @@ void CoreController::performMountedSdCardOperations() {
std::filesystem::create_directory(path);
}
initVersionFile();
performRebootFileHandling(true);
performRebootFileHandling(false);
doPerformMountedSdCardOps = false;
}
}