1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* update docs

This commit is contained in:
Reinhard Pointner 2015-01-01 20:29:00 +00:00
parent 2c91dc3681
commit c0f7215bdd

View File

@ -188,10 +188,10 @@ public class Main {
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();
// 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"))) {
try {
checkUpdate();