mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-05-18 08:40:37 -04:00
unwrap openFolder from #if sys
This commit is contained in:
parent
e4cd694c15
commit
29e1c480fd
1 changed files with 0 additions and 2 deletions
|
@ -645,7 +645,6 @@ class FileUtil
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#if sys
|
|
||||||
public static function openFolder(pathFolder:String)
|
public static function openFolder(pathFolder:String)
|
||||||
{
|
{
|
||||||
#if windows
|
#if windows
|
||||||
|
@ -662,7 +661,6 @@ class FileUtil
|
||||||
// TODO: implement linux
|
// TODO: implement linux
|
||||||
// some shit with xdg-open :thinking: emoji...
|
// some shit with xdg-open :thinking: emoji...
|
||||||
}
|
}
|
||||||
#end
|
|
||||||
|
|
||||||
static function convertTypeFilter(typeFilter:Array<FileFilter>):String
|
static function convertTypeFilter(typeFilter:Array<FileFilter>):String
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue