diff --git a/js/ui/status/system.js b/js/ui/status/system.js index 9b1c89d28..d1ec3e706 100644 --- a/js/ui/status/system.js +++ b/js/ui/status/system.js @@ -100,6 +100,7 @@ const Indicator = new Lang.Class({ _sessionUpdated: function() { this._updateLockScreen(); this._updatePowerOff(); + this._updateMultiUser(); this._settingsAction.visible = Main.sessionMode.allowSettings; },