mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
fix album art res 0 and allow resizing volume bar
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user