Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.
Using Minibrowser demo VCL, I want to setup overrides but for this I need to setup a folder and when I click should appear a dialog to setup the overrides folder
So my question is how I can setup overrides through code, or parameters. Or how I can enable to open the setup folder dialog.
Thanks
Chrome in devtools has a feature called local overrides that allows you to setup a folder that will be like a local mirror.
https://blog.shahednasser.com/overrides-in-chromes-devtools/ >> here more info.
To be able to use this feature i need to enable local overrides in configuration, and after this, in the sources section select overrides and click where it says "+select folder for eoverrides" it should open a dialog to set the folder and with minibroser is not opening nothing.
I want to build a minibrower with this feature working, if is in code perfect, if is manual but this setting stays saved is also ok.
Thanks!