Iain Laird
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
The tooltip aspect of this is solved by #188
Suggestion: have an option to create a shortcut with commandline/launch parameters that makes SMOL immediately start the vanilla launcher, except it will abort/not start the launcher if it detects updates...
Is this also the case with the static binary? I'm working on a release right now which changes the version of gtk used by the file picking library, which might...
Yeah I just tested that recently myself. It's a bit concerning
Linux/Windows: wgpu/vulkan bindings macOS: `ioreg -d 1 -k IOCompatibilityProperties -r -w 0 | grep "VRAM,totalMB"` or metal bindings + `metal::Device::system_default().recommended_max_working_set_size()`
Ok yeah it'll probably be impossible to do anything with a rust crate