diff --git a/js/ui/unlockDialog.js b/js/ui/unlockDialog.js index 7fa307aa9..0a5e7f627 100644 --- a/js/ui/unlockDialog.js +++ b/js/ui/unlockDialog.js @@ -579,6 +579,7 @@ var UnlockDialog = GObject.registerClass({ this._otherUserButton = new St.Button({ style_class: 'modal-dialog-button button switch-user-button', accessible_name: _('Log in as another user'), + button_mask: St.ButtonMask.ONE | St.ButtonMask.THREE, reactive: false, opacity: 0, x_align: Clutter.ActorAlign.END,