mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
5
.changes/set-theme-api.md
Normal file
5
.changes/set-theme-api.md
Normal 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
7
.changes/set-theme.md
Normal 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`
|
||||
Reference in New Issue
Block a user