1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

Add automated demo recordings (#2853)

This commit is contained in:
Jesse Duffield
2023-07-31 22:43:36 +10:00
committed by GitHub
32 changed files with 891 additions and 12 deletions

View File

@ -482,6 +482,7 @@ func NewGui(
func(message string) { gui.helpers.AppStatus.Toast(message) },
func() string { return gui.Views.Confirmation.TextArea.GetContent() },
func(f func(gocui.Task)) { gui.c.OnWorker(f) },
func() bool { return gui.c.InDemo() },
)
guiCommon := &guiCommon{gui: gui, IPopupHandler: gui.PopupHandler}