Improving startup

This commit is contained in:
Lars Brubaker 2022-01-06 16:55:55 -08:00
parent 9aaa069533
commit 569e316f38
16 changed files with 315 additions and 27 deletions

View file

@ -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