Sets the application's theme. Pass in null or undefined to follow the system theme.
null
undefined
Optional
import { setTheme } from '@tauri-apps/api/app';await setTheme('dark'); Copy
import { setTheme } from '@tauri-apps/api/app';await setTheme('dark');
2.0.0
Sets the application's theme. Pass in
nullorundefinedto follow the system theme.