1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-02 08:25:02 -04:00

* enable eawt APIs for both APP and MAS releases

This commit is contained in:
Reinhard Pointner 2014-08-10 06:59:12 +00:00
parent 8b01e2e05d
commit ad78796bec

View File

@ -283,7 +283,7 @@ public class Main {
});
// window settings
if (Settings.isMacSandbox()) {
if (Settings.isMacApp()) {
MacAppUtilities.setUIDefaults();
MacAppUtilities.setWindowCanFullScreen(frame);
}