mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
update boxicons to 2.0.7
This commit is contained in:
parent
9e97fdcc49
commit
9b05d30b47
File diff suppressed because it is too large
Load Diff
2
libraries/boxicons/css/boxicons.min.css
vendored
2
libraries/boxicons/css/boxicons.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 912 KiB After Width: | Height: | Size: 952 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -60,7 +60,7 @@ class NoteShort {
|
|||||||
/** @param {string} content-type, e.g. "application/json" */
|
/** @param {string} content-type, e.g. "application/json" */
|
||||||
this.mime = row.mime;
|
this.mime = row.mime;
|
||||||
/** @param {boolean} */
|
/** @param {boolean} */
|
||||||
this.isDeleted = row.isDeleted;
|
this.isDeleted = !!row.isDeleted;
|
||||||
}
|
}
|
||||||
|
|
||||||
addParent(parentNoteId, branchId) {
|
addParent(parentNoteId, branchId) {
|
||||||
|
@ -687,7 +687,7 @@ function eraseDeletedNotes() {
|
|||||||
|
|
||||||
sql.executeMany(`
|
sql.executeMany(`
|
||||||
UPDATE notes
|
UPDATE notes
|
||||||
SET title = '[deleted]',
|
SET title = '[erased]',
|
||||||
isProtected = 0,
|
isProtected = 0,
|
||||||
isErased = 1
|
isErased = 1
|
||||||
WHERE noteId IN (???)`, noteIdsToErase);
|
WHERE noteId IN (???)`, noteIdsToErase);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user