mirror of
https://github.com/mue/mue.git
synced 2026-07-24 01:07:23 +02:00
fix: es_419 locale, run prettier, remove unused line
This commit is contained in:
@@ -164,7 +164,7 @@ export default class CustomSettings extends PureComponent {
|
||||
|
||||
compressAccurately(file, {
|
||||
size: 450,
|
||||
accuracy: 0.9
|
||||
accuracy: 0.9,
|
||||
}).then(async (res) => {
|
||||
if (settingsSize + res.size > 4850000) {
|
||||
return toast(variables.getMessage('toasts.no_storage'));
|
||||
|
||||
Reference in New Issue
Block a user