Improved GUI for topic comments. Authentication errors should be handled gracefully now

This commit is contained in:
2019-02-12 17:49:33 -06:00
parent a50ddd25b2
commit fb50f2783f
9 changed files with 65 additions and 14 deletions

View File

@@ -179,3 +179,6 @@ class list(object):
return 0
else:
return selected
def Enable(self, value):
return self.list.Enable(value)