fix album art res 0 and allow resizing volume bar

This commit is contained in:
Kendall Garner 2024-08-22 21:57:58 -07:00
parent 37b0407188
commit 028ccfb1cd
No known key found for this signature in database
GPG key ID: 18D2767419676C87
4 changed files with 35 additions and 5 deletions

View file

@ -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: {