Mac sure we include "Remove All" from queue option on Mac.
This commit is contained in:
parent
cc8c268a02
commit
29fa3b066e
1 changed files with 7 additions and 5 deletions
|
|
@ -97,6 +97,8 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
{LocalizedString.Get(" Export to Zip"), exportQueueToZipMenu_Click},
|
||||
{"GCode", null},
|
||||
{LocalizedString.Get(" Export to Folder"), exportGCodeToFolderButton_Click},
|
||||
{LocalizedString.Get("Other"), null},
|
||||
{LocalizedString.Get(" Remove All"), removeAllFromQueueButton_Click},
|
||||
};
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue