From 830e9f1bfd4b75c7a685b9932b4ece69829800b4 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 5 Mar 2018 19:00:18 -0500 Subject: [PATCH] Make "Signal Classic" audio stand out more // FREEBIE --- SignalMessaging/environment/OWSSounds.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SignalMessaging/environment/OWSSounds.m b/SignalMessaging/environment/OWSSounds.m index 0634304cd..60acb3871 100644 --- a/SignalMessaging/environment/OWSSounds.m +++ b/SignalMessaging/environment/OWSSounds.m @@ -68,7 +68,6 @@ NSString *const kOWSSoundsStorageGlobalNotificationKey = @"kOWSSoundsStorageGlob @(OWSSound_Bamboo), @(OWSSound_Chord), @(OWSSound_Circles), - @(OWSSound_ClassicNotification), @(OWSSound_Complete), @(OWSSound_Hello), @(OWSSound_Input), @@ -76,6 +75,7 @@ NSString *const kOWSSoundsStorageGlobalNotificationKey = @"kOWSSoundsStorageGlob @(OWSSound_Popcorn), @(OWSSound_Pulse), @(OWSSound_Synth), + @(OWSSound_ClassicNotification), ]; } @@ -113,7 +113,7 @@ NSString *const kOWSSoundsStorageGlobalNotificationKey = @"kOWSSoundsStorageGlob case OWSSound_Synth: return @"Synth"; case OWSSound_ClassicNotification: - return @"Classic"; + return @"Signal Classic"; // Call Audio case OWSSound_Opening: