chore: add missing set theme change file in #10210 (#11143)

This commit is contained in:
Tony
2024-09-26 12:26:04 +08:00
committed by GitHub
parent 0b4495996d
commit 95df53a2ed
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@tauri-apps/api": "patch:feat"
---
Add the ability to set theme dynamically using `Window.setTheme` or `setTheme` function from the `app` module

7
.changes/set-theme.md Normal file
View File

@@ -0,0 +1,7 @@
---
"tauri": "patch:feat"
"tauri-runtime": patch:feat
"tauri-runtime-wry": patch:feat
---
Add the ability to set theme dynamically using `Window::set_theme`, `App::set_theme`