From 7ba684ef8da237bef34527a025d0ecd4b54ed446 Mon Sep 17 00:00:00 2001 From: Lars Brubaker Date: Fri, 12 Oct 2018 16:55:07 -0700 Subject: [PATCH] Switch the logic of showing the sign in on printer create --- .../PrinterConnections/SetupStepMakeModelName.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatterControlLib/PrinterControls/PrinterConnections/SetupStepMakeModelName.cs b/MatterControlLib/PrinterControls/PrinterConnections/SetupStepMakeModelName.cs index c9e319ef9..9bd857890 100644 --- a/MatterControlLib/PrinterControls/PrinterConnections/SetupStepMakeModelName.cs +++ b/MatterControlLib/PrinterControls/PrinterConnections/SetupStepMakeModelName.cs @@ -100,7 +100,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections contentRow.AddChild(createPrinterNameContainer()); bool userIsLoggedIn = !ApplicationController.GuestUserActive?.Invoke() ?? false; - if (userIsLoggedIn) + if (!userIsLoggedIn) { var signInRow = new FlowLayoutWidget() {