Skip to content

Commit

Permalink
v2.4.1: Set 'Open Recent Folder' button at the right place in the menu (
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiux authored Dec 27, 2024
1 parent 1ec7e0a commit 8c2b49e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ class MyApplet extends Applet.TextIconApplet {
recentPane.addMenuItem(this.clearRecent);
this.clearRecent.connect("activate", Lang.bind(this, function() {
this.recentManager.purge_items();
this.recentSection.removeAll();
}));

this.openRecent = new IconMenuItem(_("Recent"), "folder-recent");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Provides an easy-to-read layout to access your places",
"comments": "Places Center is a feature-rich, cross-platform Cinnamon applet that provides easy access to all of your most-used places. Feel free to contribute by submitting pull requests, bug reports and feature requests to my github repo.",
"website": "https://github.com/linuxmint/cinnamon-spices-applets",
"version": "2.4",
"version": "2.4.1",
"contributors": "Stephen Collins - Author,kehugter - Added configurability to middle click,claudiux - Improvements to the 'Recent' section.",
"max-instances": -1,
"author": "collinss"
Expand Down

0 comments on commit 8c2b49e

Please sign in to comment.