We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59946f1 commit b77b91fCopy full SHA for b77b91f
1 file changed
files/usr/share/cinnamon/applets/notifications@cinnamon.org/applet.js
@@ -273,7 +273,11 @@ class CinnamonNotificationsApplet extends Applet.TextIconApplet {
273
}
274
275
on_applet_clicked(event) {
276
- this._openMenu();
+ if (!this.menu.isOpen){
277
+ this._openMenu();
278
+ } else {
279
+ this.menu.toggle();
280
+ }
281
282
283
on_btn_open_system_settings_clicked() {
0 commit comments