From adada4ff4baeb35455b8bf94d0b65fd0136e1c38 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Sat, 8 Apr 2023 00:36:55 +0200 Subject: [PATCH] remove some un-needed newlines in dialogs --- internal/tuimode/tuimode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tuimode/tuimode.go b/internal/tuimode/tuimode.go index fb56fa9..0f3bc84 100644 --- a/internal/tuimode/tuimode.go +++ b/internal/tuimode/tuimode.go @@ -366,7 +366,7 @@ func (m model) View() string { "Disabling video output in Linux for the card you want to use in a VM\n", "will make it easier to successfully do the passthrough without issues.\n", "\n", - "Do you want to force disable video output in linux on this card?\n", + "Do you want to force disable video output in linux on this card?", ), )