default drop shadows to off
This commit is contained in:
parent
70d9394142
commit
3de15d0504
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ void BScreen::load_rc(void) {
|
||||||
resource.opaque_move = false;
|
resource.opaque_move = false;
|
||||||
|
|
||||||
if (! config->getValue(screenstr + "dropShadowFonts", resource.shadow_fonts))
|
if (! config->getValue(screenstr + "dropShadowFonts", resource.shadow_fonts))
|
||||||
resource.shadow_fonts = true;
|
resource.shadow_fonts = false;
|
||||||
|
|
||||||
if (! config->getValue(screenstr + "antialiasFonts", resource.aa_fonts))
|
if (! config->getValue(screenstr + "antialiasFonts", resource.aa_fonts))
|
||||||
resource.aa_fonts = true;
|
resource.aa_fonts = true;
|
||||||
|
|
Loading…
Reference in a new issue