File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ const store = useStore()
1212
1313const soundsEnabled = AppStorage .asRef (' soundsEnabled' )
1414const openAtStartup = AppStorage .asRef (' openAtStartup' )
15- const markAsReadOnClick = AppStorage .asRef (' markAsReadOnClick' )
1615const showOnlyParticipating = AppStorage .asRef (' showOnlyParticipating' )
1716const showReadNotifications = AppStorage .asRef (' showReadNotifications' )
1817
@@ -37,10 +36,6 @@ watch(soundsEnabled, (enabled) => {
3736 v-model:enabled =" openAtStartup"
3837 title =" Open at startup"
3938 />
40- <SettingsItem
41- v-model:enabled =" markAsReadOnClick"
42- title =" Mark as read on click"
43- />
4439 <SettingsItem
4540 v-model:enabled =" showOnlyParticipating"
4641 title =" Show only participating"
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const storage = shallowReactive<AppStorageContext>({
99 user : null ,
1010 accessToken : null ,
1111 showOnlyParticipating : false ,
12- markAsReadOnClick : false ,
1312 openAtStartup : false ,
1413 soundsEnabled : true ,
1514 showReadNotifications : false ,
You can’t perform that action at this time.
0 commit comments