end-4 / dots-hyprland

Modern, feature-rich and accessible desktop configuration.
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
3.08k stars 197 forks source link

Arrays in user options don't throw an error anymore #586

Closed myryk31415 closed 3 weeks ago

myryk31415 commented 3 weeks ago

Whenever you changed an array in the user_config it threw an error because it would check all the entries with the template user_config and not find the new ones.

Example: 'excludedSites': ["quora.com", "reddit.com"],