Skip to content

Commit f2a2582

Browse files
committed
chore(thunderbird): show extension in account setup dialog
When setting up an account via the "Account Setup" dialog, the extension currently is hidden. Unfortunately this dialog has no dedicated space assigned, so we need to add the "default" space to show it there. Especially in this dialog it is critical to show the extension so the user can select the correct SSO account and check if the SSO is enabled. Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
1 parent 8c63e04 commit f2a2582

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platform/thunderbird/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"calendar",
2323
"addressbook",
2424
"tasks",
25-
"settings"
25+
"settings",
26+
"default"
2627
]
2728
},
2829
"background": {

0 commit comments

Comments
 (0)