More 516 fixes and TGUI improvements (#26617)

* more 516 fixes and tweaks

* cleaned build output

---------

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
Sean
2024-09-16 15:37:09 +01:00
committed by GitHub
parent a0c7867581
commit 98912fcea9
13 changed files with 1050 additions and 1000 deletions
+1 -1
View File
@@ -269,7 +269,7 @@
/client/New(TopicData)
// TODO: Remove with 516
if(byond_version >= 516) // Enable 516 compat browser storage mechanisms
winset(src, "", "browser-options=byondstorage")
winset(src, "", "browser-options=byondstorage,find")
var/tdata = TopicData //save this for later use
// Instantiate stat panel
@@ -34,6 +34,8 @@
// Force show the panel to see if there are any errors
winset(src, "output", "is-disabled=1&is-visible=0")
winset(src, "chat_panel", "is-disabled=0;is-visible=1")
if(byond_version >= 516)
winset(src, null, "browser-options=byondstorage,find")
/client/verb/refresh_tgui()
set name = "Refresh TGUI"