[go: up one dir, main page]

Boolean conversion of some configuration options missing

Notably, the configuration options of the TUI section are not correctly converted to boolean type. Thus, False is interpreted as a string which is non-empty and, thus, true.

This reflects the much needed configuration validation as proposed in #32 (closed)