Improving startup
This commit is contained in:
parent
9aaa069533
commit
569e316f38
16 changed files with 315 additions and 27 deletions
|
|
@ -45,7 +45,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
|
|||
private readonly RadioButton createPrinterRadioButton = null;
|
||||
private readonly RadioButton signInRadioButton;
|
||||
|
||||
public SetupStepMakeModelName()
|
||||
public SetupStepMakeModelName(bool filterToPulse)
|
||||
{
|
||||
bool userIsLoggedIn = !ApplicationController.GuestUserActive?.Invoke() ?? false;
|
||||
|
||||
|
|
@ -58,7 +58,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
|
|||
printerPanel = new AddPrinterWidget(theme, (enabled) =>
|
||||
{
|
||||
nextButton.Enabled = enabled;
|
||||
})
|
||||
}, filterToPulse)
|
||||
{
|
||||
HAnchor = HAnchor.Stretch,
|
||||
VAnchor = VAnchor.Stretch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue