Show com port wizard on desktop when can't connect
Don't show com port wizard when setting up a printer Moved onload code (first draw) to ApplicationController getting android to have the same wizard logic as desktop Refactored setup wizard
This commit is contained in:
parent
d2d315ff9f
commit
e5c187c687
12 changed files with 89 additions and 75 deletions
|
|
@ -34,7 +34,7 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
return new List<MenuItemAction>
|
||||
{
|
||||
new MenuItemAction("Add Printer".Localize(), () => WizardWindow.Show()),
|
||||
new MenuItemAction("Add Printer".Localize(), () => WizardWindow.ShowPrinterSetup()),
|
||||
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