Fixed rotate gesture #141
This commit is contained in:
parent
6750e3e47b
commit
774f1eabdf
1 changed files with 5 additions and 1 deletions
|
@ -42,4 +42,8 @@ rotate() {
|
|||
if isrotated; then rotnormal; else rotright; fi
|
||||
}
|
||||
|
||||
"$1"
|
||||
if [ -z "$1" ]; then
|
||||
rotate
|
||||
else
|
||||
"$1"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue