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",
fontcolor: "black",
lineheight: "150%",
accentcolor: "#5AA7CE",
titlebydefault: true
accentcolor: "#5AA7CE"
},
Mariana:
{
@ -1126,11 +1125,6 @@ function applystyle()
{
title.style.color = settings.accentcolor;
}
if (settings.titlebydefault && title.hidden)
{
toggletitle();
}
}
function loadsettings()