mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
support artist art as artist background
This commit is contained in:
parent
4e4a0464d6
commit
452803fc72
5 changed files with 77 additions and 11 deletions
|
|
@ -231,6 +231,8 @@ export interface SettingsState {
|
|||
albumArtRes?: null | number;
|
||||
albumBackground: boolean;
|
||||
albumBackgroundBlur: number;
|
||||
artistBackground: boolean;
|
||||
artistBackgroundBlur: number;
|
||||
artistItems: SortableItem<ArtistItem>[];
|
||||
buttonSize: number;
|
||||
disabledContextMenu: { [k in ContextMenuItemType]?: boolean };
|
||||
|
|
@ -389,6 +391,8 @@ const initialState: SettingsState = {
|
|||
albumArtRes: undefined,
|
||||
albumBackground: false,
|
||||
albumBackgroundBlur: 6,
|
||||
artistBackground: false,
|
||||
artistBackgroundBlur: 6,
|
||||
artistItems,
|
||||
buttonSize: 15,
|
||||
disabledContextMenu: {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue