From c9e4c00a685a8af9c35a003ce315bf04fc5c1c01 Mon Sep 17 00:00:00 2001 From: Psychotoxical <171614930+Psychotoxical@users.noreply.github.com> Date: Fri, 15 May 2026 01:38:24 +0200 Subject: [PATCH] docs: correct libraryGridMaxColumns clamp range in JSDoc (4-12) --- src/store/authStoreTypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/authStoreTypes.ts b/src/store/authStoreTypes.ts index 7225e4f4..b9c4a08f 100644 --- a/src/store/authStoreTypes.ts +++ b/src/store/authStoreTypes.ts @@ -82,7 +82,7 @@ export interface AuthState { showArtistImages: boolean; /** * Max columns for album/artist/playlist-style card grids (Settings → Library). - * Clamped 2…12; higher values mean more tiles per row and more layout/paint work. + * Clamped 4…12; higher values mean more tiles per row and more layout/paint work. */ libraryGridMaxColumns: number; showTrayIcon: boolean;