macadmins / SupportCompanion

macOS helper application designed to empower end-users
Apache License 2.0
49 stars 3 forks source link

NotificationInterval crashes init #27

Closed almenscorner closed 1 month ago

almenscorner commented 1 month ago

When initiating the app and the NotificationInterval was configured, the app crashed because it could not cast NSNumber to an int. This update converts to an int instead of trying to cast.