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

@ -24,7 +24,6 @@ type model struct {
lists []list.Model
gpu_group string
vbios_path string
loaded bool
focused status
offsetx []int
offsety []int