Skip to content

Commit 117abfe

Browse files
committed
no ui if application is launching
1 parent bd98591 commit 117abfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/main/java/com/commonwealthrobotics/LatestFromGithubLaunchUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ void initialize() {
299299
}
300300

301301
if (myVersionString.contentEquals(latestVersionString)) {
302-
//launchApplication();
302+
launchApplication();
303303
}
304304

305305
}

0 commit comments

Comments
 (0)