Fix typo in user defaults

pull/186/head
Omar Roth 6 years ago
parent 099b711400
commit 60038b29f1

@ -36,7 +36,7 @@ DEFAULT_USER_PREFERENCES = Preferences.from_json({
"captions" => ["", "", ""],
"related_videos" => true,
"dark_mode" => false,
"thin_mode " => false,
"thin_mode" => false,
"max_results" => 40,
"sort" => "published",
"latest_only" => false,

Loading…
Cancel
Save