1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

small changes

This commit is contained in:
Jesse Duffield
2021-10-16 12:07:24 +11:00
parent 913a2fd065
commit d02e52989e
8 changed files with 73 additions and 68 deletions

View File

@ -656,11 +656,7 @@ func (gui *Gui) showIntroPopupMessage(done chan struct{}) error {
onConfirm := func() error {
done <- struct{}{}
gui.Config.GetAppState().StartupPopupVersion = StartupPopupVersion
err := gui.Config.SaveAppState()
if err != nil && os.IsPermission(err) {
return nil
}
return err
return gui.Config.SaveAppState()
}
return gui.ask(askOpts{