v1.9.0 #175

Merged
muellerr merged 623 commits from develop into main 2022-03-08 10:32:41 +01:00
382 changed files with 39493 additions and 25267 deletions
Showing only changes of commit be122038ed - Show all commits

View File

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