Using checkboxes instead of radio buttons will save you a bunch of code. Enabled and disabled radio buttons are kind of silly. Just use a checkbox for toggled settings ;-) .
Absolutely critical! :-P
| Comment | File | Size | Author |
|---|---|---|---|
| booleans_are_awesome_to_the_max.patch | 2.38 KB | robloach |
Comments
Comment #1
naheemsays commentedThis looks good to go - tested and it works and the code changes look good. I especially like that there are more lines with a "-" then with a "+"
Comment #2
litwol commentedThis needs one last test and that is: How does this preserve old user settings ?
Comment #3
naheemsays commentedAFAIK it does preserve them as there should be no functional change except for the use of a checkbox instead of radios to the end user.
Comment #4
naheemsays commentedThere is no functional change from old settings - just a visual one.
Comment #5
litwol commentedCheers