Add using text Show in Finder on macOS in Editor

This commit is contained in:
Wojtek Figat
2023-10-02 13:08:15 +02:00
parent 5fe135e10b
commit dd66ee3521
6 changed files with 13 additions and 7 deletions

View File

@@ -14,5 +14,11 @@ namespace FlaxEditor.Utilities
public const string FacebookUrl = "https://facebook.com/FlaxEngine";
public const string YoutubeUrl = "https://youtube.com/c/FlaxEngine";
public const string TwitterUrl = "https://twitter.com/FlaxEngine";
#if PLATFORM_MAC
public const string ShowInExplorer = "Show in Finder";
#else
public const string ShowInExplorer = "Show in explorer";
#endif
}
}