Make "Signal Classic" audio stand out more

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent 7883167265
commit 830e9f1bfd

@ -68,7 +68,6 @@ NSString *const kOWSSoundsStorageGlobalNotificationKey = @"kOWSSoundsStorageGlob
@(OWSSound_Bamboo), @(OWSSound_Bamboo),
@(OWSSound_Chord), @(OWSSound_Chord),
@(OWSSound_Circles), @(OWSSound_Circles),
@(OWSSound_ClassicNotification),
@(OWSSound_Complete), @(OWSSound_Complete),
@(OWSSound_Hello), @(OWSSound_Hello),
@(OWSSound_Input), @(OWSSound_Input),
@ -76,6 +75,7 @@ NSString *const kOWSSoundsStorageGlobalNotificationKey = @"kOWSSoundsStorageGlob
@(OWSSound_Popcorn), @(OWSSound_Popcorn),
@(OWSSound_Pulse), @(OWSSound_Pulse),
@(OWSSound_Synth), @(OWSSound_Synth),
@(OWSSound_ClassicNotification),
]; ];
} }
@ -113,7 +113,7 @@ NSString *const kOWSSoundsStorageGlobalNotificationKey = @"kOWSSoundsStorageGlob
case OWSSound_Synth: case OWSSound_Synth:
return @"Synth"; return @"Synth";
case OWSSound_ClassicNotification: case OWSSound_ClassicNotification:
return @"Classic"; return @"Signal Classic";
// Call Audio // Call Audio
case OWSSound_Opening: case OWSSound_Opening:

Loading…
Cancel
Save