From 6d3003313a0702a6056fb95b6753b9d4c4dc688a Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Thu, 23 May 2019 22:53:11 +0200 Subject: [PATCH] Tutorial4: Mention where the extension menu is located Signed-off-by: Juraj Oravec --- articles/4. Adding entry to the extension menu.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/articles/4. Adding entry to the extension menu.md b/articles/4. Adding entry to the extension menu.md index 83b7d5d..d27c0fd 100644 --- a/articles/4. Adding entry to the extension menu.md +++ b/articles/4. Adding entry to the extension menu.md @@ -1,7 +1,9 @@ # Falkon Python Tutorial - 4. Adding entry to the extension menu +The extension menu is located at `Tools`: `Extensions`. + To add an entry to extension menu the `populateExtensionsMenu(self, menu)` method has to be implemented in plugin class. -The reason can be faound in the [source code](https://github.com/KDE/falkon/blob/master/src/lib/plugins/plugininterface.h) +The reason can be found in the [source code](https://github.com/KDE/falkon/blob/master/src/lib/plugins/plugininterface.h) The parameter menu is the menu into which the new entry / action will be added.