Skip to content

Commit db09649

Browse files
author
Mirko Brombin
committed
Set btn_remove back to sensitive
1 parent b69032e commit db09649

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/runner.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def download_component(self, component, tag, file, rename=False, checksum=False)
314314
file_path = "%s/%s" % (self.temp_path, file)
315315

316316
'''
317-
Compare checksums to check file corruptions
317+
Compare checksums to check file corruption
318318
'''
319319
if checksum:
320320
local_checksum = hashlib.md5()
@@ -514,6 +514,7 @@ def async_install_dependency(self, args):
514514
'''
515515
widget.btn_install.set_visible(False)
516516
widget.btn_remove.set_visible(True)
517+
widget.btn_remove.set_sensitive(True)
517518

518519
'''
519520
Set UI to usable again

0 commit comments

Comments
 (0)