changed: removed default title from theme settings
This commit is contained in:
parent
9cb6080cf7
commit
efddca0483
8
main.js
8
main.js
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue