It can be made to reappear by launching the app again while running.
--
I found the app today and really liked it! Though, I felt like one should just be able to set it up the way that makes sense to them, and then just forget about it.
--
For background applications such as this one, the applicationDidBecomeActive:notification hook is (as far as I'm aware) exclusively triggered by relaunching the app while it is still running. This makes it ideal for a lazy replacement of a preferences pane.
It can be made to reappear by launching the app again while running.
--
I found the app today and really liked it! Though, I felt like one should just be able to set it up the way that makes sense to them, and then just forget about it.
--
For background applications such as this one, the
applicationDidBecomeActive:notification
hook is (as far as I'm aware) exclusively triggered by relaunching the app while it is still running. This makes it ideal for a lazy replacement of a preferences pane.