drop titleinaccentcolor setting
This commit is contained in:
parent
e9305d848c
commit
bdac99bdb3
6
main.js
6
main.js
|
@ -10,7 +10,6 @@ var defaultsettings =
|
||||||
savedelay: 2000,
|
savedelay: 2000,
|
||||||
defaultpreviewinsplit: false,
|
defaultpreviewinsplit: false,
|
||||||
tagautocomplete: false,
|
tagautocomplete: false,
|
||||||
titleinaccentcolor: false,
|
|
||||||
enablenetwork: true,
|
enablenetwork: true,
|
||||||
titlebydefault: false,
|
titlebydefault: false,
|
||||||
linksinnewtab: true,
|
linksinnewtab: true,
|
||||||
|
@ -1326,11 +1325,6 @@ function applystyle()
|
||||||
document.body.style.caretColor = settings.accentcolor;
|
document.body.style.caretColor = settings.accentcolor;
|
||||||
document.body.style.marginLeft = settings.margins;
|
document.body.style.marginLeft = settings.margins;
|
||||||
document.body.style.marginRight = settings.margins;
|
document.body.style.marginRight = settings.margins;
|
||||||
|
|
||||||
if (settings.titleinaccentcolor)
|
|
||||||
{
|
|
||||||
title.style.color = settings.accentcolor;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function loadsettings()
|
function loadsettings()
|
||||||
|
|
Loading…
Reference in New Issue