Explorar el Código

filepathfield only on desktop targets now

Mark Sibly hace 8 años
padre
commit
1352078925
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/mojox/filepathfield.monkey2

+ 1 - 1
modules/mojox/filepathfield.monkey2

@@ -1,5 +1,5 @@
 
-#if __TARGET__<>"emscripten"
+#if __DESKTOP_TARGET__
 
 Namespace mojox