This commit is contained in:
ThatOneCalculator 2022-07-18 20:36:36 -07:00
parent de17d4d9fe
commit 5177060c82
2 changed files with 2 additions and 1 deletions

View file

@ -892,6 +892,7 @@ shuffle: "Shuffle"
account: "Account"
move: "Move"
showAds: "Show ads"
enterSendsMessage: "Press Return in Messaging to send message (off is Ctrl + Return)"
_sensitiveMediaDetection:
description: "Reduces the effort of server moderation through automatically recognizing NSFW media via Machine Learning. This will slightly increase the load on the server."

View file

@ -257,7 +257,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
enterSendsMessage: {
where: 'device',
default: false,
default: true,
},
}));