1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-21 07:06:39 +02:00

fixed trash

This commit is contained in:
antelle 2019-09-28 19:26:09 +02:00
parent c9f62c3f3a
commit 9626eb904e

View File

@ -571,7 +571,7 @@ class FileModel extends Model {
if (enabled) {
this.db.createRecycleBin();
}
this.setRecycleBinEnabled = enabled;
this.recycleBinEnabled = enabled;
this.setModified();
}