Start working on applying the config to the system

This commit is contained in:
HikariKnight 2023-04-11 14:45:14 +02:00 committed by HikariKnight
parent 5ee76f5ece
commit e7c61c564e
5 changed files with 106 additions and 26 deletions

View file

@ -25,17 +25,18 @@ func (i item) FilterValue() string { return i.title }
// Main Model
type model struct {
fetched []bool
lists []list.Model
gpu_group string
gpu_IDs []string
vbios_path string
focused status
offsetx []int
offsety []int
width int
height int
authDialog textinput.Model
fetched []bool
lists []list.Model
gpu_group string
gpu_IDs []string
vbios_path string
focused status
offsetx []int
offsety []int
width int
height int
authDialog textinput.Model
installOutput []string
}
// Consts used to navigate the main model