chore: disable unused gui flag, we are always in tui mode
This commit is contained in:
parent
1f059e0a96
commit
cf47ece4a8
2 changed files with 3 additions and 5 deletions
|
@ -18,9 +18,7 @@ func main() {
|
|||
if pArg.Flag["version"] {
|
||||
fmt.Printf("QuickPassthrough Version %s\n", version.Version)
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
if !pArg.Flag["gui"] {
|
||||
} else {
|
||||
downloader.CheckLsIOMMU()
|
||||
internal.Tui()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue