remove loaded from our model struct as we dont need it

This commit is contained in:
HikariKnight 2023-04-10 12:29:23 +02:00
parent 4ed469b578
commit 9204f72e91
3 changed files with 3 additions and 6 deletions

View file

@ -10,7 +10,7 @@ import (
)
func (m model) View() string {
if m.loaded {
if m.width != 0 {
title := ""
switch m.focused {
case INTRO: