new 'copy' icon available
Massimo Melina committed
Jan 14, 2025 at 10:36 UTC
7c9af0caf52751c45deb75eae4b03fcc836a52e6
2 files changed
+2
-1
dev-plugins.md
+1
-1
@@ -22,7 +22,7 @@ A plugin can customize such icons by creating a folder called "icons" and puttin
22
its name (excluding extension) matching one of the list:
23
*login, user, filter, search, search_off, close, error, stop, options, archive, logout, home, parent, folder, file,
24
spinner, password, download, upload, reload, lock, admin, check, to_start, to_end, menu, list, play, pause, edit, zoom,
25
-delete, comment, link, info, cut, paste, shuffle, repeat, success, warning, audio, video, image, cancel, total*.
25
+delete, comment, link, info, cut, paste, copy, shuffle, repeat, success, warning, audio, video, image, cancel, total*.
26
27
The list above may become outdated, but you can always find an updated version at https://github.com/rejetto/hfs/blob/main/frontend/src/sysIcons.ts.
28
frontend/src/sysIcons.ts
+1
@@ -36,6 +36,7 @@ export const SYS_ICONS: Record<string, [string] | [string, string | false]> = {
36
info: ['ⓘ'],
37
cut: ['✄'],
38
paste: ['📋'],
39
+ copy: ['⧉'],
40
shuffle: ['🔀'],
41
repeat: ['🔁', 'reload'],
42
success: ['👍', 'check'],