Make title cyan and bold on each page

This commit is contained in:
HikariKnight 2023-11-04 22:01:44 +01:00
parent 82fec3ab58
commit 26dddc43f0
5 changed files with 15 additions and 5 deletions

View file

@ -7,14 +7,16 @@ import (
"github.com/HikariKnight/quickpassthrough/internal/configs"
"github.com/HikariKnight/quickpassthrough/pkg/command"
"github.com/HikariKnight/quickpassthrough/pkg/menu"
"github.com/gookit/color"
)
func disableVideo(config *configs.Config) {
// Clear the screen
command.Clear()
// Get our config struct
//config := configs.GetConfig()
// Write a title
title := color.New(color.Cyan, color.Bold)
title.Println("Do you want to disable video output on the VFIO card in Linux?")
fmt.Print(
"Disabling video output in Linux for the card you want to use in a VM\n",