Skip to content

Commit

Permalink
Fixed up button enabling
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Jul 22, 2024
1 parent 7a389d2 commit 68be1b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/steps/project_export.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ func (s ProjectExportStep) createNewProject(parent fyne.Window) {
}

func (s ProjectExportStep) Execute(prompt func(string, string, func(bool)), handleError func(string, error), handleSuccess func(string)) {
defer s.previous.Enable()
defer s.infinite.Hide()
defer s.createProject.Enable()

myclient, err := octoclient.CreateClient(s.State)

if err != nil {
Expand Down

0 comments on commit 68be1b1

Please sign in to comment.