Skip to content

Commit

Permalink
Enable installer version selection temporarily
Browse files Browse the repository at this point in the history
Once the beta version has been made stable I will turn this back off.
  • Loading branch information
modmuss50 authored Dec 30, 2023
1 parent 13ebbd1 commit b15a232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/lib/Installer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import DownloadIcon from "./DownloadIcon.svelte";
const win32 = navigator.platform == "Win32"
const showVersionSelection = false;
const showVersionSelection = true;
let expertOptions = false;
let selectedVersion = "";
Expand Down

0 comments on commit b15a232

Please sign in to comment.