cleanup the titles

This commit is contained in:
HikariKnight 2023-04-07 17:21:25 +02:00
parent 632a2cb0de
commit 571b3e98ee

View file

@ -186,9 +186,7 @@ func (m model) View() string {
title := "" title := ""
switch m.focused { switch m.focused {
case GPUS: case GPUS:
title = fmt.Sprintf( title = " Select a GPU to check the IOMMU groups of"
" Select a GPU to check the IOMMU groups of",
)
case GPU_GROUP: case GPU_GROUP:
title = fmt.Sprint( title = fmt.Sprint(
@ -197,9 +195,7 @@ func (m model) View() string {
) )
case USB: case USB:
title = fmt.Sprint( title = " [OPTIONAL]: Select a USB Controller to check the IOMMU groups of"
" [OPTIONAL]: Select a USB Controller to check the IOMMU groups of",
)
case USB_GROUP: case USB_GROUP:
title = fmt.Sprint( title = fmt.Sprint(