-
Notifications
You must be signed in to change notification settings - Fork 864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add flags for tabsearch, QR generator, and grab handle #1591
Conversation
…1591 Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --force
I have a separate patch for removing the drag handle space, but I needed to do some more testing before submitting it. I'll add that patch to the PR soon once I get some time. @Eloston I hope you don't mind me grouping up these patches like this! Doing it this way makes it so that their merge order doesn't need to be considered since the flags need to be added sequentially. |
I don't mind, thanks for letting me know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
This PR contains two commits, the first adds a flag that removes the tabsearch button (and it's keyboard shortcut), the second adds a flag to disable the QR generator for sharing page links.
Fixes #1553 and #1574