Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BasicsPage: fix "show language selector" default
Since some boolean settings might be stored as string "0" or "1", the previous system no longer works, and it always sets the switch to true. The "no setting" check has been changed to reference `undefined`, so now the switch will only be defaulted to `true` if the setting truly hasn't been set. Fixes #2574
- Loading branch information