mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
Merge remote-tracking branch 'origin/linux'
This commit is contained in:
@@ -1376,7 +1376,7 @@ int main(int argc, char* argv[]) {
|
||||
QTimer::singleShot(1000, [&window, out]() {
|
||||
QDir().mkpath(QFileInfo(out).absolutePath());
|
||||
window.grab().save(out);
|
||||
::_exit(0); // immediate exit — no need for clean shutdown in screenshot mode
|
||||
::_Exit(0); // immediate exit — no need for clean shutdown in screenshot mode
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user