profiles: chatterino: fix include comments

Make them match the comments in profile.template.

Command used to search for potential issues:

    $ git grep -E '# Allow [A-Z][A-Za-z]+ .* \(blacklisted'

Added on commit 3af6c4068 ("Add Chatterino profile", 2022-12-24) /
PR #5556.
This commit is contained in:
Kelvin M. Klann 2024-11-19 16:06:01 -03:00
parent d3f68587fb
commit 5804bb69a7

View file

@ -20,10 +20,12 @@ noblacklist ${HOME}/.local/share/chatterino
noblacklist ${HOME}/.local/share/vlc
noblacklist ${HOME}/.local/state/mpv
# Allow Lua for mpv (blacklisted by disable-interpreters.inc)
# Lua is required by mpv.
# Allow lua (blacklisted by disable-interpreters.inc)
include allow-lua.inc
# Allow Python for Streamlink integration (blacklisted by disable-interpreters.inc)
# Python is required for streamlink integration.
# Allow python (blacklisted by disable-interpreters.inc)
include allow-python3.inc
include disable-common.inc