1
0

change default value of canUseTranslator to false

This commit is contained in:
Hazelnoot
2025-05-30 07:14:43 -04:00
parent 50ba3c0f46
commit c13beacb3a
+1 -1
View File
@@ -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,