fixed: tag filter command
This commit is contained in:
parent
78afdb4628
commit
8bbbfb6ce9
5
main.js
5
main.js
|
@ -1251,6 +1251,11 @@ function loadsettings()
|
||||||
|
|
||||||
applystyle();
|
applystyle();
|
||||||
|
|
||||||
|
if (settings.tagfilter)
|
||||||
|
{
|
||||||
|
commands.find(c => c.hint == "Add tag filter").hint = "Remove tag filter '" + settings.tagfilter + "'";
|
||||||
|
}
|
||||||
|
|
||||||
if (settings.titlebydefault && title.hidden)
|
if (settings.titlebydefault && title.hidden)
|
||||||
{
|
{
|
||||||
toggletitle();
|
toggletitle();
|
||||||
|
|
Loading…
Reference in New Issue