mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
change default value of canUseTranslator to false
This commit is contained in:
parent
50ba3c0f46
commit
c13beacb3a
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ export const DEFAULT_POLICIES: RolePolicies = {
|
|||
canManageCustomEmojis: false,
|
||||
canManageAvatarDecorations: false,
|
||||
canSearchNotes: false,
|
||||
canUseTranslator: true,
|
||||
canUseTranslator: false,
|
||||
canHideAds: false,
|
||||
driveCapacityMb: 100,
|
||||
maxFileSizeMb: 10,
|
||||
|
|
Loading…
Add table
Reference in a new issue