mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user