Commit 056a99bf authored by Dylan Araps's avatar Dylan Araps

resolution: If resolution is empty don't print it.

parent 074323f0
......@@ -2617,6 +2617,7 @@ get_resolution() {
esac
resolution="${resolution%,*}"
[[ -z ${resolution/x} ]] && resolution=
}
get_style() {
......
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