mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
fix album art res 0 and allow resizing volume bar
This commit is contained in:
parent
37b0407188
commit
028ccfb1cd
4 changed files with 35 additions and 5 deletions
|
|
@ -220,6 +220,7 @@ export interface SettingsState {
|
|||
themeDark: AppTheme;
|
||||
themeLight: AppTheme;
|
||||
volumeWheelStep: number;
|
||||
volumeWidth: number;
|
||||
zoomFactor: number;
|
||||
};
|
||||
hotkeys: {
|
||||
|
|
@ -344,6 +345,7 @@ const initialState: SettingsState = {
|
|||
themeDark: AppTheme.DEFAULT_DARK,
|
||||
themeLight: AppTheme.DEFAULT_LIGHT,
|
||||
volumeWheelStep: 5,
|
||||
volumeWidth: 60,
|
||||
zoomFactor: 100,
|
||||
},
|
||||
hotkeys: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue