mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-20 13:53:13 +00:00
unwrap openFolder from #if sys
This commit is contained in:
parent
e4cd694c15
commit
29e1c480fd
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue