Enable "Show file in folder" on Linux

This commit is contained in:
Tyler Anderson 2017-10-09 14:57:21 -07:00
parent 19dd615895
commit 548fbaec60

View file

@ -241,7 +241,7 @@ namespace MatterHackers.MatterControl
private void ShowFileIfRequested(string filename)
{
if (AggContext.OperatingSystem == OSType.Windows)
if (AggContext.OperatingSystem == OSType.Windows || AggContext.OperatingSystem == OSType.X11)
{
if (showInFolderAfterSave.Checked)
{