Skip to content

Fix a bug when disabling all noises

Jean-Baptiste Bayle requested to merge fix-issue-when-disabling-all-noises into master

!67 (merged) introduced a bug: one cannot disable all noises, as None is not in the list of valid noises.

This merge request adds None to the list of valid noises to exclude.

Merge request reports