@samitouri / QOSami-HFS / commits / fca1ea26

fix: admin/logs: Finder's icon not showing

Massimo Melina committed Mar 7, 2026 at 21:46 UTC fca1ea2668fc48ab49de75d194f1e1eacf77cb95
1 file changed +1 -1
admin/src/LogsPage.ts
+1 -1
@@ -370,7 +370,7 @@ const CLIENT_ICONS = {
370 Safari: UW + '5/52/Safari_browser_logo.svg',
371 Edge: UW + '9/98/Microsoft_Edge_logo_%282019%29.svg',
372 Opera: UW + '4/49/Opera_2015_icon.svg',
373 - Finder: UW + 'thumb/b/b9/Finder_Icon_macOS_Tahoe.png/100px-Finder_Icon_macOS_Tahoe.png',
373 + Finder: UW + 'thumb/b/b9/Finder_Icon_macOS_Tahoe.png/250px-Finder_Icon_macOS_Tahoe.png',
374 Cyberduck: UW + 'archive/4/48/20091115091336%21Cyberduck_icon.png',
375 ForkLift: UW + '../en/9/96/ForkLift_3_File_Manager_and_File_Transfer_Client_Logo.png',
376 }