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()
12
12
13
13
const soundsEnabled = AppStorage .asRef (' soundsEnabled' )
14
14
const openAtStartup = AppStorage .asRef (' openAtStartup' )
15
- const markAsReadOnClick = AppStorage .asRef (' markAsReadOnClick' )
16
15
const showOnlyParticipating = AppStorage .asRef (' showOnlyParticipating' )
17
16
const showReadNotifications = AppStorage .asRef (' showReadNotifications' )
18
17
@@ -37,10 +36,6 @@ watch(soundsEnabled, (enabled) => {
37
36
v-model:enabled =" openAtStartup"
38
37
title =" Open at startup"
39
38
/>
40
- <SettingsItem
41
- v-model:enabled =" markAsReadOnClick"
42
- title =" Mark as read on click"
43
- />
44
39
<SettingsItem
45
40
v-model:enabled =" showOnlyParticipating"
46
41
title =" Show only participating"
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const storage = shallowReactive<AppStorageContext>({
9
9
user : null ,
10
10
accessToken : null ,
11
11
showOnlyParticipating : false ,
12
- markAsReadOnClick : false ,
13
12
openAtStartup : false ,
14
13
soundsEnabled : true ,
15
14
showReadNotifications : false ,
You can’t perform that action at this time.
0 commit comments