i dont like addings messages atp

This commit is contained in:
fmhyhalloweenshit 2026-01-02 14:49:31 +03:00 committed by GitHub
parent b845dc069d
commit be241e2305
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: null
theme: themeRegistry.catppuccin
})
private amoledEnabled = ref(false)