Show the Trackers sidebar filter by default

This commit is contained in:
Andrew Resch 2009-01-04 08:53:06 +00:00
parent d850b71561
commit 7f1a7ea863
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ DEFAULT_PREFS = {
"show_toolbar": True,
"show_statusbar": True,
"sidebar_show_zero": False,
"sidebar_show_trackers": False,
"sidebar_show_trackers": True,
"sidebar_position": 170,
"show_rate_in_title": False
}