admin/logs: icons for WinSCP
Massimo Melina committed
Mar 22, 2026 at 13:05 UTC
f7ab10c9ff8e0b980b7a21c784bc06b519c2260f
1 file changed
+2
-1
admin/src/LogsPage.ts
+2
-1
@@ -374,6 +374,7 @@ const CLIENT_ICONS = {
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
+ WinSCP: UW + '4/4f/WinSCP_6_Logo.png',
378
}
379
const OS_ICONS = {
380
Android: UW + 'd/d7/Android_robot.svg',
@@ -385,7 +386,7 @@ const OS_ICONS = {
386
const OSS = {
387
iOS: /iPhone OS|iPad/,
388
macOS: /Mac OS|Darwin/,
388
- Windows: /Windows NT|^Microsoft-WebDAV/,
389
+ Windows: /Windows NT|^Microsoft-WebDAV|^WinSCP/,
390
Android: /Android/,
391
Linux: /Linux/,
392
}