Currently, there's a brief pause from when the UI is visible but frozen, to when the gtk settings loads and the application unfreezes. This is especially noticeable when using application_prefer_dark_theme (which IMO should default to true, it's not a good user experience to go from a dark console to a completely white screen, but I digress), because it flashes the screen with white then goes to dark, which is very jarring.
I'm not familiar with Relm4 but I can try to make a PR (although without #30 it sounds very painful).
Currently, there's a brief pause from when the UI is visible but frozen, to when the gtk settings loads and the application unfreezes. This is especially noticeable when using
application_prefer_dark_theme(which IMO should default to true, it's not a good user experience to go from a dark console to a completely white screen, but I digress), because it flashes the screen with white then goes to dark, which is very jarring.I'm not familiar with Relm4 but I can try to make a PR (although without #30 it sounds very painful).