tauri
tauri copied to clipboard
[feat] set window background color
Describe the problem
In the multiwebview example, the areas that are not drawn are filled with white.
Describe the solution you'd like
Add Window::set_background_color(&self, color: Color) method
Alternatives considered
No response
Additional context
No response
Somewhat related to https://github.com/tauri-apps/tauri/issues/1564 (will keep both open since we need to change the window color and the webview color.
What is the status of this issue?