Readds changelog popup as a config option

This commit is contained in:
Jordie0608
2015-03-03 19:51:35 +11:00
parent 665afe10e1
commit e6e2ec2809
3 changed files with 12 additions and 3 deletions
+4 -2
View File
@@ -168,8 +168,10 @@ var/next_external_rsc = 0
if(prefs.lastchangelog != changelog_hash) //bolds the changelog button on the interface so we know there are updates.
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()
else
winset(src, "rpane.changelogb", "background-color=#eaeaea;font-style=bold")
//////////////
//DISCONNECT//