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,
|
||||
defaultpreviewinsplit: false,
|
||||
tagautocomplete: false,
|
||||
titleinaccentcolor: false,
|
||||
enablenetwork: true,
|
||||
titlebydefault: false,
|
||||
linksinnewtab: true,
|
||||
|
@ -1326,11 +1325,6 @@ function applystyle()
|
|||
document.body.style.caretColor = settings.accentcolor;
|
||||
document.body.style.marginLeft = settings.margins;
|
||||
document.body.style.marginRight = settings.margins;
|
||||
|
||||
if (settings.titleinaccentcolor)
|
||||
{
|
||||
title.style.color = settings.accentcolor;
|
||||
}
|
||||
}
|
||||
|
||||
function loadsettings()
|
||||
|
|
Loading…
Reference in New Issue