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_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:

Loading…
Cancel
Save