From fb13bbbed1687051a908ea14457138b9135687a5 Mon Sep 17 00:00:00 2001 From: Yusuf Can Bayrak Date: Fri, 23 Feb 2024 15:54:43 +0100 Subject: [PATCH] :hammer: several code refactorings --- install/form.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/form.go b/install/form.go index a9738bf..4c722eb 100644 --- a/install/form.go +++ b/install/form.go @@ -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),