adamdottv 1 rok temu
rodzic
commit
df4a9295c0
1 zmienionych plików z 1 dodań i 0 usunięć
  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)