Switch the logic of showing the sign in on printer create

This commit is contained in:
Lars Brubaker 2018-10-12 16:55:07 -07:00
parent 7c8a83edab
commit 7ba684ef8d

View file

@ -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()
{