-
Notifications
You must be signed in to change notification settings - Fork 35
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 ability to override auto-reload upon change to whitelist #656
Comments
@jdgalt you can disable autoreload on the preferences pages |
It's a decent workaround, but I'd like to be able to do it on the fly. |
How can it be done? A checkbox disable auto-reload in the menu? |
Because the reload happens when the menu is closed, a button "Close without reload" would be enough. |
I doubt many people would use that button, but think some people will like it. Still, I wouldn't put that button in the menu by default. See #601 for a summary of proposed menu UI changes. If RPC one day has the feature of customizing the menu, the "close without reload" button can definitely be part of it. |
There is another workaround for this: open the menu, click the rule you'd like to modify (eg
Yes there's a risk of menu "bloat" (though this feature is useful), although most new switches/buttons could be made simple icons (no text, but with a tooltip), which would save space. Kinda like a toolbar inside the menu (would also work with the |
Another idea: closing the menu via clicking on the flag could mean "close without reload". What do you think? Would this work for you @jdgalt and @klemens? Besides that, would you like a
I agree. So there could be a simple icon for switching "auto-reload" on/off. |
I'll try it nodiscc's way. Thanks! |
Where a web page references some currently-blocked outside site, I want to be allowed to enable that reference without causing a reload. This is important on sites like e-rewards.com where reloading a page causes what you were doing to be irreversibly lost.
The text was updated successfully, but these errors were encountered: