mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-11 05:48:01 -05:00
Use StageStyle.UTILITY for all platforms
This commit is contained in:
parent
01c62f7cc0
commit
3779d48afa
@ -55,14 +55,8 @@ public class GettingStartedStage {
|
|||||||
Stage stage = new Stage();
|
Stage stage = new Stage();
|
||||||
stage.setResizable(false);
|
stage.setResizable(false);
|
||||||
|
|
||||||
if (isMacApp()) {
|
stage.initStyle(StageStyle.UTILITY);
|
||||||
stage.initStyle(StageStyle.DECORATED);
|
stage.initModality(Modality.NONE);
|
||||||
stage.initModality(Modality.NONE);
|
|
||||||
} else {
|
|
||||||
// Windows / Linux specific configuration
|
|
||||||
stage.initStyle(StageStyle.UTILITY);
|
|
||||||
stage.initModality(Modality.NONE);
|
|
||||||
}
|
|
||||||
|
|
||||||
return new GettingStartedStage(stage);
|
return new GettingStartedStage(stage);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user