mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #9879 from PsiOmegaDelta/150621-BoldChanges
Fixes the Changelog menu button.
This commit is contained in:
@@ -163,7 +163,7 @@
|
|||||||
|
|
||||||
if(prefs.lastchangelog != changelog_hash) //bolds the changelog button on the interface so we know there are updates.
|
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>"
|
src << "<span class='info'>You have unread updates in the changelog.</span>"
|
||||||
winset(src, "rpane.changelogb", "background-color=#eaeaea;font-style=bold")
|
winset(src, "rpane.changelog", "background-color=#eaeaea;font-style=bold")
|
||||||
if(config.aggressive_changelog)
|
if(config.aggressive_changelog)
|
||||||
src.changes()
|
src.changes()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user