remove loaded from our model struct as we dont need it
This commit is contained in:
parent
4ed469b578
commit
9204f72e91
3 changed files with 3 additions and 6 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
)
|
||||
|
||||
func (m model) View() string {
|
||||
if m.loaded {
|
||||
if m.width != 0 {
|
||||
title := ""
|
||||
switch m.focused {
|
||||
case INTRO:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue