1
0
mirror of https://github.com/andrigamerita/simpkey synced 2025-06-05 22:09:26 +02:00
This commit is contained in:
Xeltica
2020-07-24 13:58:36 +09:00
parent 575e7e2fab
commit d24e835c5b
5 changed files with 70 additions and 35 deletions

View File

@ -29,6 +29,6 @@ export const render = views(__dirname + '/views', {
}
if (note.localOnly) icon += '☣';
return icon;
},
}
}
});