diff --git a/tt-rss.js b/tt-rss.js index 6d3cc7377..81a40f211 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -332,6 +332,14 @@ function updateTitle(s) { tmp = tmp + " > " + active_title_text; } + if (window.fluid) { + if (global_unread > 0) { + window.fluid.dockBadge = global_unread; + } else { + window.fluid.dockBadge = ""; + } + } + document.title = tmp; } diff --git a/utils/notifier/options.html b/utils/notifier/options.html index 2988f41c8..014c2a3c7 100644 --- a/utils/notifier/options.html +++ b/utils/notifier/options.html @@ -160,6 +160,8 @@ fieldset span.note { -
Copyright © 2010 Andrew Dolgov
+Copyright © 2010 + Andrew Dolgov. + Licensed under GNU GPL version 2.