mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
add prefix "_" to "named" IDs
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = () => {
|
||||
cls.init(() => {
|
||||
beccaLoader.load();
|
||||
|
||||
for (const label of becca.getNote('hidden').getLabels('archived')) {
|
||||
for (const label of becca.getNote('_hidden').getLabels('archived')) {
|
||||
label.markAsDeleted('0208__remove_archived_from_hidden');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user