-
- Downloads
Fix default settings when they are boolean.
error is that ```enabled ||= true``` always evaluates to true. Change all initialization of bool settings to use the same syntax: ```setting = true if setting.nil?```
parent
bf753e99
No related branches found
No related tags found
Please register or sign in to comment