Skip to content

Commit 799eb6a

Browse files
committed
feat: enable notifications by default
1 parent 6c51272 commit 799eb6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/store/settings/settings.slice.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const initialState: InitialState = {
1515
userSelectedTheme: 'system',
1616
dismissedMessages: [],
1717
discardedInscriptions: [],
18+
isNotificationsEnabled: true,
1819
};
1920

2021
export const settingsSlice = createSlice({

0 commit comments

Comments
 (0)