Code Cleanup
This commit is contained in:
parent
c07185a3fc
commit
ed709b07e2
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ public class VersionChecker implements Runnable
|
||||||
if (Desktop.isDesktopSupported())
|
if (Desktop.isDesktopSupported())
|
||||||
Desktop.getDesktop().browse(new URI("https://github.com/Konloch/bytecode-viewer/releases"));
|
Desktop.getDesktop().browse(new URI("https://github.com/Konloch/bytecode-viewer/releases"));
|
||||||
else
|
else
|
||||||
BytecodeViewer.showMessage("Cannot open the page, please manually type it." + nl + "https://github.com/Konloch/bytecode-viewer/releases");
|
BytecodeViewer.showMessage("Cannot open the page, please manually type it."
|
||||||
|
+ nl + "https://github.com/Konloch/bytecode-viewer/releases");
|
||||||
}
|
}
|
||||||
else if (result == 1)
|
else if (result == 1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue