don't show 'Archive' button on Windows, it doesn't exist there

This commit is contained in:
Paul Franklin 2017-08-31 09:22:21 -07:00
parent 10956afe84
commit 490d206afc

View File

@ -288,6 +288,9 @@ class DbManager(CLIDbManager, ManagedWindow):
if not __debug__:
self.convert_btn.set_visible(False)
if not _RCS_FOUND: # it's not in Windows
self.rcs_btn.set_visible(False)
# if nothing is selected
if not node:
self.connect_btn.set_sensitive(False)