aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/trim.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trim.py b/src/trim.py
index 082589f..c0824da 100755
--- a/src/trim.py
+++ b/src/trim.py
@@ -44,7 +44,7 @@ while True:
elif lower == 'endtext':
text = False
print(line)
- elif text or (lower.split(' ')[0] in ('timeout', 'menu', 'label')):
+ elif text or (lower.split(' ')[0] in ('timeout', 'menu', 'label', 'font')):
print(line)
except:
break