fix heads in the wizard (#2605)

fixed on the phone, hence the dumb diff
pull/2610/head
Roman Perepelitsa 6 months ago committed by GitHub
parent 0fdca5b1e6
commit 6836bfe2da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1318,12 +1318,12 @@ function ask_heads() {
right_head= right_head=
options+='flat heads' options+='flat heads'
;; ;;
2) 3)
left_head=$right_triangle left_head=$right_triangle
right_head=$left_triangle right_head=$left_triangle
options+='sharp heads' options+='sharp heads'
;; ;;
3) 2)
left_head=$fade_out left_head=$fade_out
right_head=$fade_in right_head=$fade_in
options+='blurred heads' options+='blurred heads'

Loading…
Cancel
Save