Skip to content

Commit

Permalink
🔨 several code refactorings
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufcanb committed Feb 23, 2024
1 parent eea274a commit fb13bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/form.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ func (i *InstallForm2) Run() error {
huh.NewSelect[bool]().
Title("GPU Support").
Options(
huh.NewOption("Enable", true),
huh.NewOption("Disable", false),
huh.NewOption("Enable", true),
).
Value(&i.gpuEnabled),

Expand Down

0 comments on commit fb13bbb

Please sign in to comment.