mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 14:35:41 +00:00
docs: correct libraryGridMaxColumns clamp range in JSDoc (4-12)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user