1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

add HOOK_ARTICLE_LEFT_BUTTON

This commit is contained in:
Andrew Dolgov
2013-04-09 16:46:56 +04:00
parent efd840d87f
commit ccb2b8dd42
3 changed files with 13 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ class PluginHost {
const HOOK_ACTION_ITEM = 16;
const HOOK_HEADLINE_TOOLBAR_BUTTON = 17;
const HOOK_HOTKEY_INFO = 18;
const HOOK_ARTICLE_LEFT_BUTTON = 19;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;