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:
parent
0fbb30b19c
commit
4e9a4d0a51
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user