Skip to content

Commit b66a448

Browse files
Clean up
1 parent a896a68 commit b66a448

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
var (
24-
version string = "1.0.1"
24+
version string = "1.0.2"
2525
application fyne.App
2626
mainWindow fyne.Window
2727
downloadButton *widget.Button
@@ -151,7 +151,6 @@ func startDownloadManager(urlEntry *widget.Entry, pathEntry *widget.Entry) {
151151
outputFile, err := os.Create(path)
152152
if err != nil {
153153
dialog.ShowInformation("Error", "The output file could not be created:\n"+wrapText(err.Error()), mainWindow)
154-
enableDownloads()
155154
return
156155
}
157156
downloadButton.SetText("Cancel Download")

0 commit comments

Comments
 (0)