Fixed rotate gesture #141

This commit is contained in:
Maarten van Gompel 2020-12-23 12:00:01 +01:00
parent 6750e3e47b
commit 774f1eabdf

View file

@ -42,4 +42,8 @@ rotate() {
if isrotated; then rotnormal; else rotright; fi
}
"$1"
if [ -z "$1" ]; then
rotate
else
"$1"
fi