forked from premiere/premiere-libtorrent
minor fix
This commit is contained in:
parent
45bf707a14
commit
712f78b5ad
|
@ -129,9 +129,9 @@ def first_item(itr):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def is_visible(desc):
|
def is_visible(desc):
|
||||||
|
if desc.strip() == 'hidden': return False
|
||||||
if internal: return True
|
if internal: return True
|
||||||
if desc.strip() == 'internal': return False
|
if desc.strip() == 'internal': return False
|
||||||
if desc.strip() == 'hidden': return False
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def highlight_signature(s):
|
def highlight_signature(s):
|
||||||
|
|
Loading…
Reference in New Issue