FIX: display conextual count on favicon if selected

This also corrects the test suite and moves the two notification counts
so they are closer together.
This commit is contained in:
Sam Saffron
2019-04-12 10:04:11 +10:00
parent b38cf41c65
commit 9bd3afda5d
4 changed files with 14 additions and 12 deletions
@@ -26,7 +26,8 @@ export default {
custom_fields: {},
muted_category_ids: [],
dismissed_banner_key: null,
akismet_review_count: 0
akismet_review_count: 0,
title_count_mode: "notifications"
}
}
};