changed: removed default title from theme settings

This commit is contained in:
quenousimporte 2023-08-24 11:07:46 +02:00
parent 9cb6080cf7
commit efddca0483
1 changed files with 1 additions and 7 deletions

View File

@ -105,8 +105,7 @@ var themes =
fontsize: "18px", fontsize: "18px",
fontcolor: "black", fontcolor: "black",
lineheight: "150%", lineheight: "150%",
accentcolor: "#5AA7CE", accentcolor: "#5AA7CE"
titlebydefault: true
}, },
Mariana: Mariana:
{ {
@ -1126,11 +1125,6 @@ function applystyle()
{ {
title.style.color = settings.accentcolor; title.style.color = settings.accentcolor;
} }
if (settings.titlebydefault && title.hidden)
{
toggletitle();
}
} }
function loadsettings() function loadsettings()