Eng
This commit is contained in:
parent
de17d4d9fe
commit
5177060c82
@ -892,6 +892,7 @@ shuffle: "Shuffle"
|
|||||||
account: "Account"
|
account: "Account"
|
||||||
move: "Move"
|
move: "Move"
|
||||||
showAds: "Show ads"
|
showAds: "Show ads"
|
||||||
|
enterSendsMessage: "Press Return in Messaging to send message (off is Ctrl + Return)"
|
||||||
|
|
||||||
_sensitiveMediaDetection:
|
_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."
|
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: {
|
enterSendsMessage: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
default: false,
|
default: true,
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user