eardrummer

This commit is contained in:
fmhyhalloweenshit 2026-01-02 14:55:10 +03:00 committed by GitHub
parent be241e2305
commit e67bace65b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ export class ThemeHandler {
private state = ref<ThemeState>({
currentTheme: 'swarm',
currentMode: 'light' as DisplayMode,
theme: themeRegistry.catppuccin
theme: null
})
private amoledEnabled = ref(false)