Last active
April 4, 2025 14:33
-
-
Save gg7/8172378 to your computer and use it in GitHub Desktop.
Increase the number of recently shown folders (5) in chromium when adding/modifying a bookmark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc b/chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc | |
| index 88df062..5adbc2e 100644 | |
| --- a/chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc | |
| +++ b/chrome/browser/ui/bookmarks/recently_used_folders_combo_model.cc | |
| @@ -14,7 +14,7 @@ | |
| namespace { | |
| // Max number of most recently used folders. | |
| -const size_t kMaxMRUFolders = 5; | |
| +const size_t kMaxMRUFolders = 20; | |
| } // namespace | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Strange default 5 done for who? Looks like we were on top of UI design in early 2000-s until Google decided their users are idiots.