mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
Image Resolution Setting (#492)
* Add customizable resolution for the fullscreen player image --------- Co-authored-by: iiPython <ben@iipython.dev> Co-authored-by: Benjamin <iipython@proton.me>
This commit is contained in:
@@ -187,6 +187,7 @@ export interface SettingsState {
|
||||
};
|
||||
general: {
|
||||
accent: string;
|
||||
albumArtRes?: number | null;
|
||||
buttonSize: number;
|
||||
defaultFullPlaylist: boolean;
|
||||
externalLinks: boolean;
|
||||
@@ -304,6 +305,7 @@ const initialState: SettingsState = {
|
||||
},
|
||||
general: {
|
||||
accent: 'rgb(53, 116, 252)',
|
||||
albumArtRes: undefined,
|
||||
buttonSize: 20,
|
||||
defaultFullPlaylist: true,
|
||||
externalLinks: true,
|
||||
|
||||
Reference in New Issue
Block a user