Closed creator4ever closed 6 years ago
ST's panel thrown error like 'is_enabled must be boolean'
For handle this error, open remote-tree.py file and edit function is_enabled on ConnectCommand class.
def is_enabled(self): global servers return bool(servers) and len(servers) > 0
ST's panel thrown error like 'is_enabled must be boolean'
For handle this error, open remote-tree.py file and edit function is_enabled on ConnectCommand class.