Skip to content

Commit cf6b045

Browse files
committed
adjust styling, use default value
Signed-off-by: Adam Setch <[email protected]>
1 parent 897750b commit cf6b045

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/renderer/__mocks__/state-mocks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ const mockSystemSettings: SystemSettingsState = {
104104
notificationVolume: 20,
105105
useAlternateIdleIcon: false,
106106
openAtStartup: false,
107-
notificationVolume: 20,
108107
};
109108

110109
const mockFilters: FilterSettingsState = {

src/renderer/context/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ const defaultSystemSettings: SystemSettingsState = {
9696
notificationVolume: 20,
9797
useAlternateIdleIcon: false,
9898
openAtStartup: false,
99-
notificationVolume: 20,
10099
};
101100

102101
export const defaultFilters: FilterSettingsState = {

src/renderer/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export interface SystemSettingsState {
9292
playSound: boolean;
9393
notificationVolume: number;
9494
openAtStartup: boolean;
95-
notificationVolume: number;
9695
}
9796

9897
export interface FilterSettingsState {

0 commit comments

Comments
 (0)