|
@@ -125,7 +125,7 @@ class BuildSettingsWindow extends ModalWindow {
|
|
|
|
|
|
|
|
var platform = toolSystem.getPlatformByName(name);
|
|
var platform = toolSystem.getPlatformByName(name);
|
|
|
|
|
|
|
|
- if (platform.license) {
|
|
|
|
|
|
|
+ if (!platform.license) {
|
|
|
this.hide();
|
|
this.hide();
|
|
|
EditorUI.getModelOps().showProPlatformWindow();
|
|
EditorUI.getModelOps().showProPlatformWindow();
|
|
|
return true;
|
|
return true;
|