Skip to content

Commit 6c0fcb3

Browse files
author
Felix Mauch
committed
Add a sync after showing the popup
1 parent 8652fb4 commit 6c0fcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fzi/externalcontrol/impl/RequestProgram.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public String sendCommand(String command) {
7878
+ "The connection to the remote PC could not be established. "
7979
+ "\", title =\""
8080
+ "connection refused"
81-
+ "\")";
81+
+ "\")\nsync()";
8282
}
8383
return result;
8484
}

0 commit comments

Comments
 (0)