1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-03 15:59:04 +00:00

unwrap openFolder from #if sys

This commit is contained in:
Cameron Taylor 2024-02-16 16:35:57 -05:00
parent e4cd694c15
commit 29e1c480fd

View file

@ -645,7 +645,6 @@ class FileUtil
};
}
#if sys
public static function openFolder(pathFolder:String)
{
#if windows
@ -662,7 +661,6 @@ class FileUtil
// TODO: implement linux
// some shit with xdg-open :thinking: emoji...
}
#end
static function convertTypeFilter(typeFilter:Array<FileFilter>):String
{