From 85b121aca4da5cf3245e5f32660dfe87506d568e Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Mon, 26 Feb 2018 13:26:40 -0500 Subject: [PATCH] Rename `shouldShowAudioNotificationSetting` Use `isAudioNotificationSupported` to make it less presentation layer specific. --- background.html | 4 ++-- js/modules/types/settings.js | 2 +- js/views/settings_view.js | 5 ++--- test/modules/types/settings_test.js | 8 ++++---- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/background.html b/background.html index 19865b02ac00..c9c0196bd08f 100644 --- a/background.html +++ b/background.html @@ -606,12 +606,12 @@
- {{ #shouldShowAudioNotificationSetting }} + {{ #isAudioNotificationSupported }}
- {{ /shouldShowAudioNotificationSetting }} + {{ /isAudioNotificationSupported }}