We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1fceb commit 1a1288dCopy full SHA for 1a1288d
files/usr/share/cinnamon/applets/[email protected]/applet.js
@@ -2407,13 +2407,13 @@ class CinnamonMenuApplet extends Applet.TextIconApplet {
2407
this.userBox = new St.BoxLayout({
2408
style_class: 'appmenu-sidebar-user-box',
2409
vertical: true,
2410
- reactive: true
+ reactive: false
2411
});
2412
2413
let user = AccountsService.UserManager.get_default().get_user(GLib.get_user_name());
2414
this.userIcon = new UserWidget.UserWidget(user, Clutter.Orientation.VERTICAL, false);
2415
-
2416
- this.userBox.connect('button-press-event', () => {
+ this.userIcon.set_reactive(true);
+ this.userIcon.connect('button-press-event', () => {
2417
this.menu.toggle();
2418
Util.spawnCommandLine("cinnamon-settings user");
2419
0 commit comments