mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
chore: cleanup
This commit is contained in:
parent
8cbfc581b5
commit
df4a9295c0
1 changed files with 1 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ func (a appModel) Init() tea.Cmd {
|
|||
cmd = a.initDialog.Init()
|
||||
cmds = append(cmds, cmd)
|
||||
cmd = a.filepicker.Init()
|
||||
cmds = append(cmds, cmd)
|
||||
cmd = a.themeDialog.Init()
|
||||
cmds = append(cmds, cmd)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue