File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
HMCL/src/main/java/org/jackhuang/hmcl/ui Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 4141import org .jackhuang .hmcl .task .Schedulers ;
4242import org .jackhuang .hmcl .task .Task ;
4343import org .jackhuang .hmcl .ui .construct .TwoLineListItem ;
44- import org .jackhuang .hmcl .util .*;
45- import org .jackhuang .hmcl .util .logging .Logger ;
44+ import org .jackhuang .hmcl .util .Lang ;
45+ import org .jackhuang .hmcl .util .Log4jLevel ;
46+ import org .jackhuang .hmcl .util .Pair ;
47+ import org .jackhuang .hmcl .util .StringUtils ;
4648import org .jackhuang .hmcl .util .io .FileUtils ;
49+ import org .jackhuang .hmcl .util .logging .Logger ;
4750import org .jackhuang .hmcl .util .platform .*;
4851
4952import java .io .IOException ;
5962import java .util .stream .Collectors ;
6063
6164import static org .jackhuang .hmcl .util .DataSizeUnit .MEGABYTES ;
62- import static org .jackhuang .hmcl .util .logging .Logger .LOG ;
6365import static org .jackhuang .hmcl .util .Pair .pair ;
6466import static org .jackhuang .hmcl .util .i18n .I18n .i18n ;
67+ import static org .jackhuang .hmcl .util .logging .Logger .LOG ;
6568
6669public class GameCrashWindow extends Stage {
6770 private final Version version ;
@@ -283,7 +286,7 @@ private void exportGameCrashInfo() {
283286 alert .showAndWait ();
284287
285288 return null ;
286- });
289+ }, Schedulers . javafx () );
287290 }
288291
289292 private final class View extends VBox {
You can’t perform that action at this time.
0 commit comments