forked from Mirrors/gomuks
web/preferences: fix letter
This commit is contained in:
parent
218481f3a4
commit
3f4333003d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export const preferences = {
|
||||||
}),
|
}),
|
||||||
show_invite_avatars: new Preference<boolean>({
|
show_invite_avatars: new Preference<boolean>({
|
||||||
displayName: "Show avatars in invites",
|
displayName: "Show avatars in invites",
|
||||||
description: "If disabled, the avatar of the room or invitee will not be shown in the invite view.",
|
description: "If disabled, the avatar of the room or inviter will not be shown in the invite view.",
|
||||||
allowedContexts: anyGlobalContext,
|
allowedContexts: anyGlobalContext,
|
||||||
defaultValue: true,
|
defaultValue: true,
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Reference in a new issue