Hi how to remove settings button from web page?
Closed this issue · 1 comments
v222008 commented
elewin commented
Comment out or remove this div:
And then re-run webpack:
npm run prod
.Note however that without the ability change settings, you won't be able to update your API keys through the UI (though you can do so manually by updating the
settings.json
file that is generated)