File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments