diff --git a/src/lime/tools/HXProject.hx b/src/lime/tools/HXProject.hx index b5ece9f14..9a6c69aaf 100644 --- a/src/lime/tools/HXProject.hx +++ b/src/lime/tools/HXProject.hx @@ -205,16 +205,8 @@ class HXProject extends Script platformType = PlatformType.WEB; architectures = []; - if (!targetFlags.exists("electron")) - { - defaultWindow.width = 0; - defaultWindow.height = 0; - } - else - { - // platformType = PlatformType.DESKTOP; - } - + defaultWindow.width = 0; + defaultWindow.height = 0; defaultWindow.fps = 60; defaultWindow.allowHighDPI = false;