feat: v1.11.0 — Movies themes, Settings polish, Gapless stable

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Psychotoxical
2026-03-22 02:37:49 +01:00
parent e550340565
commit 867c5fbd3e
27 changed files with 753 additions and 190 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ interface FontState {
export const useFontStore = create<FontState>()(
persist(
(set) => ({
font: 'inter',
font: 'lexend',
setFont: (font) => set({ font }),
}),
{ name: 'psysonic_font' }