From 32805342cbede315aa782abf77debd68498d0cef Mon Sep 17 00:00:00 2001 From: mic Date: Wed, 23 Oct 2024 22:27:17 +0200 Subject: [PATCH] action icon in the compose window moved in the format toolbar. fixes #173 --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index 99c9c3d5..5c22962b 100644 --- a/manifest.json +++ b/manifest.json @@ -17,6 +17,7 @@ "default_popup": "popup/mzta-popup.html" }, "compose_action": { + "default_area": "formattoolbar", "default_title": "__MSG_menu_title__", "default_icon": "images/icon-32px.png", "default_popup": "popup/mzta-popup.html"