Remove close window actions as it causes issues

This commit is contained in:
Stacy Harper 2021-05-24 09:24:56 +02:00
parent 41c15b192e
commit 44dcd8ced9
No known key found for this signature in database
GPG key ID: 5BAC92328B7C5D65
2 changed files with 0 additions and 9 deletions

View file

@ -208,10 +208,6 @@ case "$ACTION" in
exit 0
;;
"twodownbottomcorner")
sxmo_killwindow.sh close
exit 0
;;
"threedownbottomcorner")
sxmo_killwindow.sh
exit 0
;;
@ -279,10 +275,6 @@ case "$ACTION" in
sxmo_blinkled.sh red && sxmo_killwindow.sh
exit 0
;;
"voldown_four")
sxmo_blinkled.sh red & sxmo_killwindow.sh close
exit 0
;;
"topleftcorner")
sxmo_appmenu.sh sys &
exit 0