Browse Source

chore: cleanup

adamdottv 9 months ago
parent
commit
df4a9295c0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      internal/tui/tui.go

+ 1 - 0
internal/tui/tui.go

@@ -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)