plugin progress

This commit is contained in:
rusefi 2020-07-14 22:13:52 -04:00
parent 3a6454438f
commit 4aeffa4d17
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ public class AutoupdateUtil {
public static void pack(Window window) {
trueLayout(window);
window.pack();
if (window != null)
window.pack();
trueLayout(window);
}
}