refactor and start adding actual functionality

This commit is contained in:
HikariKnight 2023-11-02 16:45:50 +01:00
parent 9efa0ee226
commit 82fec3ab58
11 changed files with 158 additions and 33 deletions

View file

@ -39,7 +39,8 @@ func Welcome() {
// If yes, go to next page
if choice == "y" {
configs.InitConfigs()
SelectGPU()
config := configs.GetConfig()
SelectGPU(config)
} else {
fmt.Println("")
os.Exit(0)