Skip to content

Commit

Permalink
don't fast exit after stress test
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Oct 19, 2023
1 parent 7bf9785 commit 35379f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SumatraStartup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,6 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE, LPSTR, int) {
RestrictPolicies(Perm::SavePreferences);
RebuildMenuBarForWindow(win);
StartStressTest(&flags, win);
fastExit = true;
}

// only hide newly missing files when showing the start page on startup
Expand Down

0 comments on commit 35379f8

Please sign in to comment.