Browse Source

filepathfield only on desktop targets now

Mark Sibly 8 năm trước cách đây
mục cha
commit
1352078925
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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