mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +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;
|
showArtistImages: boolean;
|
||||||
/**
|
/**
|
||||||
* Max columns for album/artist/playlist-style card grids (Settings → Library).
|
* 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;
|
libraryGridMaxColumns: number;
|
||||||
showTrayIcon: boolean;
|
showTrayIcon: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user