Skip to content

Commit

Permalink
Single click instead of double click on auto minimize status bar icon
Browse files Browse the repository at this point in the history
in Clippings Manager (part of issue #464)
  • Loading branch information
aecreations committed Jun 22, 2024
1 parent 708839d commit f61b337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wx-src/pages/clippingsMgr.js
Original file line number Diff line number Diff line change
Expand Up @@ -3442,7 +3442,7 @@ $(window).on("focus", aEvent => {
});


$("#minz-when-inactv-mode").on("dblclick", aEvent => {
$("#minz-when-inactv-mode").on("click", aEvent => {
gCmd.toggleMinimizeWhenInactive();
});

Expand Down

0 comments on commit f61b337

Please sign in to comment.