admin/logs: icons for Windows Explorer
Massimo Melina committed
Mar 20, 2026 at 18:43 UTC
1634ad584d2da8ce247213bf392a60ff47729479
2 files changed
+3
-1
admin/src/LogsPage.ts
+2
-1
@@ -373,6 +373,7 @@ const CLIENT_ICONS = {
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
+ Explorer: UW + '3/33/Microsoft_PowerToys-Logo_File_Explorer_Preview_02.svg',
377
}
378
const OS_ICONS = {
379
Android: UW + 'd/d7/Android_robot.svg',
@@ -384,7 +385,7 @@ const OS_ICONS = {
385
const OSS = {
386
iOS: /iPhone OS|iPad/,
387
macOS: /Mac OS|Darwin/,
387
- Windows: /Windows NT/,
388
+ Windows: /Windows NT|^Microsoft-WebDAV/,
389
Android: /Android/,
390
Linux: /Linux/,
391
}
src/cross.ts
+1
@@ -605,4 +605,5 @@ const BROWSERS = {
605
Finder: /WebDAVFS.+Darwin|WebDAVLib/,
606
Cyberduck: /^Cyberduck/,
607
ForkLift: /^ForkLift/,
608
+ Explorer: /^Microsoft-WebDAV-MiniRedir/,
609
}