mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2025-03-26 11:33:15 +01:00
Include signal icon in all cases. Fixes #70.
This commit is contained in:
parent
329bf6f3e6
commit
e65b2306cc
@ -123,10 +123,12 @@ def sig_icon_for_q(q):
|
||||
return ""
|
||||
elif q > 50:
|
||||
return ""
|
||||
elif q > 30:
|
||||
elif q > 20:
|
||||
return ""
|
||||
elif q > 10:
|
||||
elif q > 5:
|
||||
return ""
|
||||
else:
|
||||
return ""
|
||||
|
||||
persistent_fonts = ["nf", "term"]
|
||||
nf_mapped = "nf"
|
||||
|
Loading…
x
Reference in New Issue
Block a user