Append the count of unread IMs to the IM session's name in the communicate button's flyout list

ShowUnreadIMsCount can be set false to turn this off
This commit is contained in:
Inusaito Sayori
2013-08-24 19:20:56 -04:00
parent a4802a4511
commit 0c40a38a45
3 changed files with 32 additions and 1 deletions

View File

@@ -962,6 +962,17 @@ This should be as low as possible, but too low may break functionality</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>ShowUnreadIMsCounts</key>
<map>
<key>Comment</key>
<string>Show the count of unread IMs in the communicate flyout list</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<boolean>1</boolean>
</map>
<key>StatusBarPositionBeforeParcel</key>
<map>
<key>Comment</key>