Skip to content

Commit

Permalink
[SingleApplication] Increased message transmission timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Feb 16, 2024
1 parent d66d6f5 commit 303c777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ BYTE gui_control_instance(void) {
#endif
if (finfo.exists()) {
do {
if (qt.app->sendMessage(finfo.absoluteFilePath().toUtf8())) {
if (qt.app->sendMessage(finfo.absoluteFilePath().toUtf8(), 200)) {
break;
}
gui_sleep(20);
Expand Down

0 comments on commit 303c777

Please sign in to comment.