Skip to content

Commit

Permalink
Small tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Jul 27, 2024
1 parent 51c27f4 commit 47a81ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/steps/start_project_export.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func (s StartProjectExportStep) GetContainer(parent fyne.Window) *fyne.Container
})
linkUrl, _ := url.Parse(s.State.Server + "/app#/" + s.State.Space + "/tasks")
link := widget.NewHyperlink("Watch the tasks.", linkUrl)
link.Hide()
s.logs = widget.NewEntry()
s.logs.SetMinRowsVisible(20)
s.logs.Disable()
Expand Down

0 comments on commit 47a81ec

Please sign in to comment.