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

[Issue] Annoying "Update your config" notification #542

Closed l4v3nx closed 1 month ago

l4v3nx commented 1 month ago

image

How can i avoid triggering it? because i always think someone wrote me. My user_options.js: https://github.com/l4v3nx/dots-hyprland/blob/main/.config/ags/user_options.js

end-4 commented 1 month ago

this happens when there's a breaking change in the config options

for your case, change this

    'sidebar': {
        'imageAllowNsfw': true,
    },

to this

    'sidebar': {
        'image': {
            'allowNsfw': true,
        },
    },
end-4 commented 1 month ago

Note that currently that option does not work and nsfw will always be allowed by default for some reason :skull: i should fix it

l4v3nx commented 1 month ago

it still shows up. can you check what i did wrong https://github.com/l4v3nx/dots-hyprland/commits/main/.config/ags/user_options.js

end-4 commented 1 month ago

looks alright to me ¯\_(ツ)_/¯

l4v3nx commented 1 month ago

well, i guess there's nothing i can do, so closing

end-4 commented 1 month ago

okay, my bad. two flaws:

end-4 commented 1 month ago

test plz 👉👈

l4v3nx commented 1 month ago

yep, this works fine. thanks