Switch the logic of showing the sign in on printer create
This commit is contained in:
parent
7c8a83edab
commit
7ba684ef8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue