mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Swaps .caf file for .mp3 for notification sound
.caf files don't appear to work on macOS notifications, and mp3s appear to work on both iOS and macOS, so swapped file format.
This commit is contained in:
@@ -327,7 +327,7 @@ struct AppAssets {
|
||||
|
||||
static var notificationSoundBlipFileName: String = {
|
||||
// https://freesound.org/people/cabled_mess/sounds/350862/
|
||||
return "notificationSoundBlip.caf"
|
||||
return "notificationSoundBlip.mp3"
|
||||
}()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user