mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-05 00:00:51 +00:00
dont need 360
This commit is contained in:
parent
0aca597dc9
commit
374fd78e71
@ -21,7 +21,7 @@
|
||||
# note: %N is the selected filenames (without paths)
|
||||
# conditions: image files
|
||||
|
||||
DEGREE=$(zenity --list --radiolist --height "180" --text "<b>Please</b> make a selection:" --hide-header --column "Pick" --column "Item" TRUE "90" FALSE "180" FALSE "270" FALSE "360")
|
||||
DEGREE=$(zenity --list --radiolist --height "180" --text "<b>Please</b> make a selection:" --hide-header --column "Pick" --column "Item" TRUE "90" FALSE "180" FALSE "270")
|
||||
|
||||
myArray=( "$@" )
|
||||
for arg in "${myArray[@]}"; do
|
||||
|
Loading…
Reference in New Issue
Block a user