Skip to content

Commit

Permalink
Also disable the "Load" button if dataset is not specified (CorentinJ…
Browse files Browse the repository at this point in the history
  • Loading branch information
blue-fish authored Jul 10, 2020
1 parent 6944770 commit 91ab270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolbox/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ def populate_browser(self, datasets_root: Path, recognized_datasets: List, level
self.utterance_box.setDisabled(True)
self.speaker_box.setDisabled(True)
self.dataset_box.setDisabled(True)
self.browser_load_button.setDisabled(True)
return
self.repopulate_box(self.dataset_box, datasets, random)

Expand Down

0 comments on commit 91ab270

Please sign in to comment.