mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-15 16:31:03 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user