* enable eawt APIs for both APP and MAS releases
This commit is contained in:
parent
8b01e2e05d
commit
ad78796bec
|
@ -283,7 +283,7 @@ public class Main {
|
||||||
});
|
});
|
||||||
|
|
||||||
// window settings
|
// window settings
|
||||||
if (Settings.isMacSandbox()) {
|
if (Settings.isMacApp()) {
|
||||||
MacAppUtilities.setUIDefaults();
|
MacAppUtilities.setUIDefaults();
|
||||||
MacAppUtilities.setWindowCanFullScreen(frame);
|
MacAppUtilities.setWindowCanFullScreen(frame);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue