mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 08:12:40 +10:00
fix: macos and rate limiting
This commit is contained in:
@ -11,6 +11,7 @@ export function parsePlatform(platform: string) {
|
||||
case "macOS":
|
||||
case "MacOS":
|
||||
case "mac":
|
||||
case "macos":
|
||||
return Platform.macOS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user