-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: background color APIs #11486
feat: background color APIs #11486
Conversation
Package Changes Through bf3c384There are 9 changes which include tauri-utils with minor, tauri with minor, @tauri-apps/api with minor, tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-runtime-wry with minor, tauri-macros with patch, tauri-runtime with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
is it possible to set it different on dark vs light mode? @amrbashir (on backend, so like when it starts up, fetching first from system) |
you'd have to get the theme first before creating the window and then create the window with the color you want through Rust not in the config. |
closes #10519
closes #1564
needs: tauri-apps/tao#995