Skip to content

Commit 1fbfe7b

Browse files
committed
Add an option for mail addons
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent a645874 commit 1fbfe7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/workflowengine/js/requestuseragentplugin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
children: [
7171
{id: 'android', text: t('workflowengine', 'Android client')},
7272
{id: 'ios', text: t('workflowengine', 'iOS client')},
73-
{id: 'desktop', text: t('workflowengine', 'Desktop client')}
73+
{id: 'desktop', text: t('workflowengine', 'Desktop client')},
74+
{id: 'mail', text: t('workflowengine', 'Thunderbird & Outlook addons')}
7475
]
7576
}
7677
];

0 commit comments

Comments
 (0)