未验证 提交 91ab270d 编写于 作者: B blue-fish 提交者: GitHub

Also disable the "Load" button if dataset is not specified (#415)

上级 6944770f
......@@ -297,6 +297,7 @@ class UI(QDialog):
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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册