Eng
This commit is contained in:
parent
de17d4d9fe
commit
5177060c82
@ -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."
|
||||
|
@ -257,7 +257,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
},
|
||||
enterSendsMessage: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
}));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user