diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-07-29 19:29:44 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-07-29 19:29:44 -0700 |
| commit | d966142a67ea99c16c71b1c791478474d37b80fd (patch) | |
| tree | 7158a063caefc7150d0de1ae52d51e060e8d6344 /Hotline/Utility | |
| parent | c6996c3ac262616198e94197d1c6b310d44508ee (diff) | |
Actually update the file on drop. Add error message sound effect.
Diffstat (limited to 'Hotline/Utility')
| -rw-r--r-- | Hotline/Utility/SoundEffects.swift | 1 |
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 |