chore: cleanup
This commit is contained in:
@@ -153,6 +153,7 @@ func (a appModel) Init() tea.Cmd {
|
|||||||
cmd = a.initDialog.Init()
|
cmd = a.initDialog.Init()
|
||||||
cmds = append(cmds, cmd)
|
cmds = append(cmds, cmd)
|
||||||
cmd = a.filepicker.Init()
|
cmd = a.filepicker.Init()
|
||||||
|
cmds = append(cmds, cmd)
|
||||||
cmd = a.themeDialog.Init()
|
cmd = a.themeDialog.Init()
|
||||||
cmds = append(cmds, cmd)
|
cmds = append(cmds, cmd)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user