moved to growl, changed to notification center opens conversation view
This commit is contained in:
parent
d7a403bce5
commit
35a4d4a16f
22 changed files with 1319 additions and 80 deletions
17
Mac/Growl Registration Ticket.growlRegDict
Normal file
17
Mac/Growl Registration Ticket.growlRegDict
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>TicketVersion</key>
|
||||
<integer>1</integer>
|
||||
<key>DefaultNotifications</key>
|
||||
<array>
|
||||
<string>Mention</string>
|
||||
</array>
|
||||
<key>AllNotifications</key>
|
||||
<array>
|
||||
<string>Mention</string>
|
||||
<string>Status</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
Reference in a new issue