diff --git a/frontend/src/ts/commandline/lists.ts b/frontend/src/ts/commandline/lists.ts index d6965c3f5..346ea790d 100644 --- a/frontend/src/ts/commandline/lists.ts +++ b/frontend/src/ts/commandline/lists.ts @@ -393,6 +393,7 @@ export const commands: CommandsSubgroup = { id: "clearNotifications", display: "Clear all notifications", icon: "fa-trash-alt", + alias: "dismiss", exec: async (): Promise => { Notifications.clearAllNotifications(); },