aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tumin <iamtakingiteasy@eientei.org>2022-08-09 10:44:20 +0300
committerAlexander Tumin <iamtakingiteasy@eientei.org>2022-08-09 10:48:48 +0300
commita403f93b478eec67d779400b1fcfdc006bb787da (patch)
tree1f043c9ab540c082856cd352391db9a337a96991
parent4803fb07c85914fd0c9756a1d399e9803f48b8c7 (diff)
Allow opening profile: multiChoiceProprties record, anonymous access
-rw-r--r--src/components/settings_modal/tabs/general_tab.vue1
-rw-r--r--src/modules/config.js3
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
index 7ac61b2e..c212a81a 100644
--- 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
index e1e0bdd7..eaf48fa1 100644
--- 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 = {