don't show 'Archive' button on Windows, it doesn't exist there
This commit is contained in:
parent
10956afe84
commit
490d206afc
@ -288,6 +288,9 @@ class DbManager(CLIDbManager, ManagedWindow):
|
|||||||
if not __debug__:
|
if not __debug__:
|
||||||
self.convert_btn.set_visible(False)
|
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 nothing is selected
|
||||||
if not node:
|
if not node:
|
||||||
self.connect_btn.set_sensitive(False)
|
self.connect_btn.set_sensitive(False)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user