shithub: neindaw

Download patch

ref: b2f3f1cd7ae4bf19d6729808b051988e7162adec
parent: b5ce869c17886785ebe2798cc8471fa5a0f1e306
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Jul 27 21:13:37 EDT 2020

show 'autovoice' on button's ctl file if it was enabled

--- a/ui.c
+++ b/ui.c
@@ -36,7 +36,7 @@
 			return s;
 		case UIButton:
 		case UICheckBox:
-			snprint(s, sz, "%s\t%g\n", t, *ui->zone);
+			snprint(s, sz, "%s\t%g%s\n", t, *ui->zone, ui->autovoice ? "\tautovoice" : "");
 			return s;
 		case UIVSlider:
 		case UIHSlider: