commit: a403f93b478eec67d779400b1fcfdc006bb787da
parent 4803fb07c85914fd0c9756a1d399e9803f48b8c7
Author: Alexander Tumin <iamtakingiteasy@eientei.org>
Date: Tue, 9 Aug 2022 10:44:20 +0300
Allow opening profile: multiChoiceProprties record, anonymous access
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/settings_modal/tabs/general_tab.vue b/src/components/settings_modal/tabs/general_tab.vue
@@ -76,7 +76,6 @@
</li>
<li>
<ChoiceSetting
- v-if="user"
id="userPopoverAvatarAction"
path="userPopoverAvatarAction"
:options="userPopoverAvatarActionOptions"
diff --git a/src/modules/config.js b/src/modules/config.js
@@ -17,7 +17,8 @@ export const multiChoiceProperties = [
'subjectLineBehavior',
'conversationDisplay', // tree | linear
'conversationOtherRepliesButton', // below | inside
- 'mentionLinkDisplay' // short | full_for_remote | full
+ 'mentionLinkDisplay', // short | full_for_remote | full
+ 'userPopoverAvatarAction' // close | zoom | open
]
export const defaultState = {