Add a new notification setting (#498)

* add notification type to ui_settings

* notificationType -> notification

* Update packages/ui-settings/src/Settings.ts

* Update packages/ui-settings/src/Settings.ts

Co-authored-by: Jaco <jacogr@gmail.com>
This commit is contained in:
Shawn Tabrizi
2021-07-03 02:22:39 -04:00
committed by GitHub
parent 3c3cd43bf6
commit d0016d6672
4 changed files with 16 additions and 2 deletions
+3
View File
@@ -70,11 +70,14 @@ const ICONS: Option[] = [
}
];
const NOTIFICATION_DEFAULT = 'popup';
export {
ICON_DEFAULT,
ICON_DEFAULT_HOST,
ICONS,
LANGUAGE_DEFAULT,
NOTIFICATION_DEFAULT,
UIMODE_DEFAULT,
UIMODES,
UITHEME_DEFAULT,