fixed: tag filter command

This commit is contained in:
quenousimporte 2023-11-07 16:03:59 +01:00
parent 78afdb4628
commit 8bbbfb6ce9
1 changed files with 5 additions and 0 deletions

View File

@ -1251,6 +1251,11 @@ function loadsettings()
applystyle();
if (settings.tagfilter)
{
commands.find(c => c.hint == "Add tag filter").hint = "Remove tag filter '" + settings.tagfilter + "'";
}
if (settings.titlebydefault && title.hidden)
{
toggletitle();