mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
refactor: Update download.tsx to use "WindowsStubInstaller" instead of "WindowsInstaller" in select options
This commit is contained in:
parent
2ac4c319a3
commit
e33bb2477c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ function getDefaultPlatformBasedOnUserAgent() {
|
||||||
if (userAgent.includes("Linux")) {
|
if (userAgent.includes("Linux")) {
|
||||||
return "Linux";
|
return "Linux";
|
||||||
}
|
}
|
||||||
return "Windows";
|
return "WindowsInstaller";
|
||||||
}
|
}
|
||||||
|
|
||||||
const formSchema = z.object({
|
const formSchema = z.object({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue