* update docs
This commit is contained in:
parent
2c91dc3681
commit
c0f7215bdd
|
@ -188,10 +188,10 @@ public class Main {
|
||||||
throw new RuntimeException(e); // won't happen
|
throw new RuntimeException(e); // won't happen
|
||||||
}
|
}
|
||||||
|
|
||||||
// pre-load media.types and JNA/GIO (when loaded during DnD it will freeze the UI for a few hundred milliseconds)
|
// preload media.types (when loaded during DnD it will freeze the UI for a few hundred milliseconds)
|
||||||
MediaTypes.getDefault();
|
MediaTypes.getDefault();
|
||||||
|
|
||||||
// check for application updates (only when installed, i.e. not running via fatjar or webstart)
|
// check for application updates
|
||||||
if (!"skip".equals(System.getProperty("application.update"))) {
|
if (!"skip".equals(System.getProperty("application.update"))) {
|
||||||
try {
|
try {
|
||||||
checkUpdate();
|
checkUpdate();
|
||||||
|
|
Loading…
Reference in New Issue