Iain Laird

Results 5 comments of Iain Laird

I believe the solution you're looking for is the PickList widget. Example here: https://github.com/iced-rs/iced/tree/master/examples/pick_list Docs: https://docs.rs/iced/latest/iced/widget/pick_list/index.html

Sorry to necro this, but I literally just ran into this issue. Do you have any suggestions on how I might start implementing this myself and then contribute back upstream?

Moments later, I find this: https://github.com/WebKit/WebKit/blob/14c862ab6338a88885dee7297abe779edab4afc2/Source/WebKit/Shared/glib/ProcessExecutablePathGLib.cpp#L48 which suggests that, at least, we need to pass a modified `WEBKIT_EXEC_PATH` environment variable to any webkit processes.

0.6.0 switches to dark mode by default, but theming alternatives being desirable means this issue is staying open to track that