@samitouri / QOSami-HFS / commits / 76a66997

fix: "open" icon in file menu didn't have emoji fallback

Massimo Melina committed May 26, 2023 at 10:30 UTC 76a669977168c5cef626de302aec53c703e6ee55
1 file changed +2 -1
frontend/src/icons.ts
+2 -1
@@ -28,7 +28,8 @@ const SYS_ICONS: Record<string, string[]> = {
28 to_start: ['◀'],
29 to_end: ['▶'],
30 menu: ['☰'],
31 - list: ['☰','menu']
31 + list: ['☰','menu'],
32 + play: ['▶'],
33 }
34
35 document.fonts.ready.then(async ()=> {