Skip to content

Commit 95df53a

Browse files
chore: add missing set theme change file in #10210 (#11143)
1 parent 0b44959 commit 95df53a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.changes/set-theme-api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tauri-apps/api": "patch:feat"
3+
---
4+
5+
Add the ability to set theme dynamically using `Window.setTheme` or `setTheme` function from the `app` module

.changes/set-theme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"tauri": "patch:feat"
3+
"tauri-runtime": patch:feat
4+
"tauri-runtime-wry": patch:feat
5+
---
6+
7+
Add the ability to set theme dynamically using `Window::set_theme`, `App::set_theme`

0 commit comments

Comments
 (0)