jacobsalmela / NCutil

Notification Center utility- Add/remove apps, set alert styles, suppress App store notifications
GNU General Public License v2.0
171 stars 18 forks source link

Get the right NotificationCenter db when there's more than one db #5

Closed gregneagle closed 9 years ago

gregneagle commented 9 years ago

Some more changes:

Find and use the most recent NotificationCenter db when there is more than one in the directory

Move global code into functions

More minor style cleanups

jacobsalmela commented 9 years ago

It appears everything is working as expected with your changes. I will merge the request.

As I continue to use it, I find that it would be nice to see what the existing alert style is set to. I think that will be my next thing to do.

gregneagle commented 9 years ago

"As I continue to use it, I find that it would be nice to see what the existing alert style is set to." I already implemented that last night. New PR coming soon.

jacobsalmela commented 9 years ago

Haha. Nice. You are doing all my work for me!

Thanks for all of your help. This is awesome.

gregneagle commented 9 years ago

I think this will be a very useful tool for me (and others!) and am excited to contribute.