webui-dev / webui

Use any web browser or WebView as GUI, with your preferred language in the backend and modern web technologies in the frontend, all in a lightweight portable library.
https://webui.me
MIT License
2.97k stars 173 forks source link

Add `ChromiumBased` to `webui_browsers` enum #217

Closed ttytm closed 1 year ago

ttytm commented 1 year ago

Chromium based browser share the same api. In regards to this I'm currently running into a use-case that might be common: to just use a chromium based browser, no matter which one specifically.

This PR would add a ChromiumBased enum field to use a any chromium based browser.

hassandraga commented 1 year ago

Thank you for this PR, Yes, `` is an usefull case 👍 I did a quick update:

Now seems good to me!