File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ const mockSystemSettings: SystemSettingsState = {
104104 notificationVolume : 20 ,
105105 useAlternateIdleIcon : false ,
106106 openAtStartup : false ,
107- notificationVolume : 20 ,
108107} ;
109108
110109const mockFilters : FilterSettingsState = {
Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ const defaultSystemSettings: SystemSettingsState = {
9696 notificationVolume : 20 ,
9797 useAlternateIdleIcon : false ,
9898 openAtStartup : false ,
99- notificationVolume : 20 ,
10099} ;
101100
102101export const defaultFilters : FilterSettingsState = {
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ export interface SystemSettingsState {
9292 playSound : boolean ;
9393 notificationVolume : number ;
9494 openAtStartup : boolean ;
95- notificationVolume : number ;
9695}
9796
9897export interface FilterSettingsState {
You can’t perform that action at this time.
0 commit comments