Skip to content

Commit

Permalink
feat: support okx wallet ext download
Browse files Browse the repository at this point in the history
  • Loading branch information
vanishcode authored and fracek committed Oct 17, 2024
1 parent 40ceb05 commit 14d4ed1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ function getBrowserStoreVersionFromBrowser(): BrowserStoreVersion | null {
case "opera": // opera is chromium based
case "vivaldi": // vivaldi is chromium based
return "chrome"
case "safari":
return "safari"
default:
return null
}
Expand Down

0 comments on commit 14d4ed1

Please sign in to comment.