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
4 changed files with 35 additions and 5 deletions
+2
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: {