Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
Fixed version check on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob van Mourik committed Feb 6, 2017
1 parent f32f3a3 commit 96567da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/jvms/i18neditor/editor/Editor.java
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ public void launch() {
}

if (settings.isCheckVersionOnStartup()) {
showVersionDialog(false);
showVersionDialog(true);
}
}

Expand Down

0 comments on commit 96567da

Please sign in to comment.