Explorar o código

filepathfield only on desktop targets now

Mark Sibly %!s(int64=8) %!d(string=hai) anos
pai
achega
1352078925
Modificáronse 1 ficheiros con 1 adicións e 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