aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Utility
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/Utility')
-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 629af71..93f8b9a 100644
--- a/Hotline/Utility/SoundEffects.swift
+++ b/Hotline/Utility/SoundEffects.swift
@@ -9,6 +9,7 @@ enum SoundEffects: String {
case userLogout = "user-logout"
case newNews = "new-news"
case serverMessage = "server-message"
+ case error = "error"
}
@Observable