Set app's theme, pass in null or undefined to follow 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
Set app's theme, pass in
null
orundefined
to follow system theme