Start working on applying the config to the system
This commit is contained in:
parent
5ee76f5ece
commit
e7c61c564e
5 changed files with 106 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue