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

add HOOK_PREFS_SAVE_FEED

This commit is contained in:
Andrew Dolgov
2013-04-26 14:23:18 +04:00
parent 057177eb2c
commit 8cefe38a0a
2 changed files with 4 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ class PluginHost {
const HOOK_HOTKEY_INFO = 18;
const HOOK_ARTICLE_LEFT_BUTTON = 19;
const HOOK_PREFS_EDIT_FEED = 20;
const HOOK_PREFS_SAVE_FEED = 21;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;