Fixed rotate gesture #141

master
Maarten van Gompel 4 years ago
parent 6750e3e47b
commit 774f1eabdf
  1. 6
      scripts/core/sxmo_rotate.sh

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

Loading…
Cancel
Save