On join clients are now given a changelog notice, if the changelog has changed since last.

This commit is contained in:
PsiOmega
2015-04-18 15:53:23 +02:00
parent 49344b0dc9
commit 9ef7aeb940
3 changed files with 17 additions and 3 deletions
+5 -1
View File
@@ -162,7 +162,11 @@
nanomanager.send_resources(src)
if(prefs.lastchangelog != changelog_hash) //bolds the changelog button on the interface so we know there are updates.
winset(src, "rpane.changelog", "background-color=#eaeaea;font-style=bold")
src << "<span class='info'>You have unread updates in the changelog.</span>"
winset(src, "rpane.changelogb", "background-color=#eaeaea;font-style=bold")
if(config.aggressive_changelog)
src.changes()
//////////////