Commit 16faf0eb authored by Dylan Araps's avatar Dylan Araps

Battery: Fix blank subtitle

parent faf1c7d8
...@@ -2330,6 +2330,9 @@ scrot_program() { ...@@ -2330,6 +2330,9 @@ scrot_program() {
# TEXT FORMATTING # TEXT FORMATTING
info() { info() {
# Save subtitle value.
subtitle="$1"
# Make sure that $prin is unset. # Make sure that $prin is unset.
unset -v prin unset -v prin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment