wakatime / macos-wakatime

Mac system tray app for automatic time tracking and metrics generated from your Xcode, Figma, Postman, etc. usage.
https://wakatime.com/mac
BSD 3-Clause "New" or "Revised" License
127 stars 22 forks source link

Ability to enable/disable background auto-updates from settings #113

Closed alanhamlett closed 11 months ago

alanhamlett commented 1 year ago

Right now you're only asked to enable auto-updates when the app launches the very first time. We should add a setting to edit this behavior. This settings can be modified by setting this property on the updater class:

https://sparkle-project.org/documentation/api-reference/Classes/SPUUpdater.html#/c:objc(cs)SPUUpdater(py)automaticallyChecksForUpdates

https://sparkle-project.org/documentation/preferences-ui/

alanhamlett commented 11 months ago

Implemented with #128.