layout: invert isGreeter check
I somehow lost an exclamation point. https://bugzilla.gnome.org/show_bug.cgi?id=694227
This commit is contained in:
parent
6484da26f0
commit
905c4932d1
@ -605,7 +605,7 @@ const LayoutManager = new Lang.Class({
|
||||
this._consoleBackgroundGroup.destroy();
|
||||
this._startingUp = false;
|
||||
|
||||
if (Main.sessionMode.isGreeter)
|
||||
if (!Main.sessionMode.isGreeter)
|
||||
this._createSecondaryBackgrounds();
|
||||
|
||||
this.emit('panel-box-changed');
|
||||
|
Loading…
Reference in New Issue
Block a user