Change first line to be a title on welcome screen
This commit is contained in:
parent
adada4ff4b
commit
358e81c174
1 changed files with 2 additions and 2 deletions
|
@ -295,8 +295,8 @@ func (m model) View() string {
|
||||||
case INTRO:
|
case INTRO:
|
||||||
title = dialogStyle.Render(
|
title = dialogStyle.Render(
|
||||||
fmt.Sprint(
|
fmt.Sprint(
|
||||||
"Welcome to QuickPassthrough!\n",
|
titleStyle.Render("Welcome to QuickPassthrough!"),
|
||||||
"\n",
|
"\n\n",
|
||||||
"This script is meant to make it easier to setup GPU passthrough for Qemu systems.\n",
|
"This script is meant to make it easier to setup GPU passthrough for Qemu systems.\n",
|
||||||
"However due to the complexity of GPU passthrough, this script assumes you know how to do (or have done) the following.\n\n",
|
"However due to the complexity of GPU passthrough, this script assumes you know how to do (or have done) the following.\n\n",
|
||||||
"* You have already enabled IOMMU, VT-d, SVM and/or AMD-v\n inside your UEFI/BIOS advanced settings.\n",
|
"* You have already enabled IOMMU, VT-d, SVM and/or AMD-v\n inside your UEFI/BIOS advanced settings.\n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue