I've installed https://github.com/tauri-apps/tauri-plugin-window-state and I let it handle the saving/loading of window state alone. But I noticed that it messes up with my splashscreen.
Splashcreen appear, and main window also appear (full white and unloead) because of the window state loading. Then splashscreen disappear correctly.
Is there a way to ignore some of the StateFlags while still using the automatic handle of things to avoid window-state loading visible flag of my main window?
GitHub
[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace - GitHub - tauri-apps/tauri-plugin-window-state: [READ ONLY] Thi...