aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Utility/SoundEffects.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/Utility/SoundEffects.swift')
-rw-r--r--Hotline/Utility/SoundEffects.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Hotline/Utility/SoundEffects.swift b/Hotline/Utility/SoundEffects.swift
index 426bfa2..175fa5b 100644
--- a/Hotline/Utility/SoundEffects.swift
+++ b/Hotline/Utility/SoundEffects.swift
@@ -7,6 +7,7 @@ enum SoundEffects: String {
case transferComplete = "transfer-complete"
case userLogin = "user-login"
case userLogout = "user-logout"
+ case newNews = "new-news"
}
@Observable