1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-17 06:45:06 -05:00

+ Experiment with snappy / snapcraft

This commit is contained in:
Reinhard Pointner 2016-06-14 22:29:25 +08:00
parent 0fbb30b19c
commit 4e9a4d0a51

View File

@ -94,7 +94,7 @@ public class GettingStartedStage {
} }
}); });
stage.setTitle("🚀 Loading …"); stage.setTitle("Loading …");
stage.setScene(new Scene(webview, webview.getPrefWidth(), webview.getPrefHeight(), Color.BLACK)); stage.setScene(new Scene(webview, webview.getPrefWidth(), webview.getPrefHeight(), Color.BLACK));
// force black background while page is loading // force black background while page is loading