GUI: possibly fix hang after factory reset

issue #2576
This commit is contained in:
tildearrow 2025-06-18 03:01:04 -05:00
parent a36d78305a
commit b7e63d2ee8
3 changed files with 12 additions and 9 deletions

View file

@ -193,6 +193,4 @@ void DivEngine::factoryReset() {
if (i>0) path+=fmt::sprintf(".%d",i);
deleteFile(path.c_str());
}
exit(0);
}