Skip to content

Commit 6b93da7

Browse files
committed
fix: Appease eslint
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 388ca17 commit 6b93da7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/AppSettingsMenu.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,9 @@ export default {
391391
'followUpFeatureAvailable',
392392
'contextChatFeatureAvailable',
393393
'getMyTextBlocks',
394-
'getSharedTextBlocks'
394+
'getSharedTextBlocks',
395395
]),
396+
396397
useBottomReplies() {
397398
return this.mainStore.getPreference('reply-mode', 'top') === 'bottom'
398399
},
@@ -448,6 +449,7 @@ export default {
448449
this.onToggleCollectData(value)
449450
},
450451
},
452+
451453
useContextChat: {
452454
get() {
453455
return this.mainStore.getPreference('index-context-chat', 'true') === 'true'
@@ -457,6 +459,7 @@ export default {
457459
this.onToggleContextChat(value)
458460
},
459461
},
462+
460463
useInternalAddresses: {
461464
get() {
462465
return this.mainStore.getPreference('internal-addresses', 'false') === 'true'

0 commit comments

Comments
 (0)