Revert notification toolbar setting

It isn't a setting.

Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
Travis Ralston 2017-11-08 17:06:36 -07:00
parent 289b0c2b6a
commit c7d8f3931f
3 changed files with 4 additions and 13 deletions

View file

@ -236,8 +236,4 @@ export const SETTINGS = {
default: true,
controller: new AudioNotificationsEnabledController(),
},
"notificationToolbarHidden": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
default: false,
},
};