1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04: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));
// force black background while page is loading