Getting more tests to pass
Down to 7 failing tests.
This commit is contained in:
parent
472b26ac34
commit
dc22e6b788
18 changed files with 159 additions and 259 deletions
|
|
@ -34,7 +34,7 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
return new List<MenuItemAction>
|
||||
{
|
||||
new MenuItemAction("Add Printer".Localize(), () => WizardWindow.ShowPrinterSetup()),
|
||||
new MenuItemAction("Add Printer".Localize(), () => WizardWindow.ShowPrinterSetup(true)),
|
||||
new MenuItemAction("Add File To Queue".Localize(), importFile_Click),
|
||||
new MenuItemAction("Redeem Design Code".Localize(), () => RedeemDesignCode?.Invoke(this, null)),
|
||||
new MenuItemAction("Enter Share Code".Localize(), () => EnterShareCode?.Invoke(this, null)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue