Moves the comment about the source of the sound from the UserNotificationManager and into the AppAssets struct.

This commit is contained in:
Diggory Laycock
2022-10-01 15:20:53 +01:00
parent 1ed547d722
commit 92a5b10223
3 changed files with 2 additions and 1 deletions

View File

@@ -326,6 +326,7 @@ struct AppAssets {
}
static var notificationSoundBlipFileName: String = {
// https://freesound.org/people/cabled_mess/sounds/350862/
return "notificationSoundBlip.caf"
}()