Compare commits

...

2 Commits

Author SHA1 Message Date
ALEXks
d5aabbace7 Merge branch 'main' of http://alex-freenas.ddns.net:3000/M/VisualSapfor into main 2025-02-05 19:50:33 +03:00
ALEXks
fa12c4b672 fixed 2025-02-05 19:50:28 +03:00

View File

@@ -255,11 +255,6 @@ public:
} }
bool checkPause() { bool checkPause() {
FILE* f = fopen("pause", "w"); return Utils::Exists("pause");
if (f) {
fclose(f);
return true;
}
return false;
} }
}; };