initialize configs
This commit is contained in:
parent
b033a787b8
commit
578c958c86
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
|
"github.com/HikariKnight/quickpassthrough/internal/configs"
|
||||||
"github.com/HikariKnight/quickpassthrough/pkg/command"
|
"github.com/HikariKnight/quickpassthrough/pkg/command"
|
||||||
"github.com/HikariKnight/quickpassthrough/pkg/menu"
|
"github.com/HikariKnight/quickpassthrough/pkg/menu"
|
||||||
"github.com/gookit/color"
|
"github.com/gookit/color"
|
||||||
|
@ -37,6 +38,7 @@ func Welcome() {
|
||||||
|
|
||||||
// If yes, go to next page
|
// If yes, go to next page
|
||||||
if choice == "y" {
|
if choice == "y" {
|
||||||
|
configs.InitConfigs()
|
||||||
SelectGPU()
|
SelectGPU()
|
||||||
} else {
|
} else {
|
||||||
fmt.Println("")
|
fmt.Println("")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue