TGUI fixes pt2 (#16545)

* TGUI fixes pt2

* a thing of beauty

* a

* stuff 2

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-06-27 13:15:07 +00:00
committed by GitHub
co-authored by Matt Atlas
parent 3308daacb6
commit b78541a47e
7 changed files with 56 additions and 16 deletions
+2 -2
View File
@@ -552,8 +552,8 @@
var/datum/asset/changelog = get_asset_datum(/datum/asset/simple/changelog)
changelog.send(src)
var/datum/browser/changelog_win = new(src, "changes", "Changelog", 675, 650)
changelog_win.set_content('html/changelog.html')
var/datum/browser/changelog_win = new(mob, "changes", "Changelog", 675, 650)
changelog_win.set_content(file2text('html/changelog.html'))
changelog_win.open()
if(prefs.lastchangelog != changelog_hash)
prefs.lastchangelog = changelog_hash