Enable "Show file in folder" on Linux
This commit is contained in:
parent
19dd615895
commit
548fbaec60
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue