mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
pAIs, Computers and ntIRC (#8757)
#8005 just revived. Tasks to acomplish while here: Fix merge conflicts Add ntIRC direct messaging Things I migth consider adding in future PR: Porting IRC to VueUI Porting File Manager to VueUI.
This commit is contained in:
@@ -187,6 +187,7 @@ Byond Vue UI framework's management subsystem
|
||||
LAZYINITLIST(open_uis[new_object_key])
|
||||
|
||||
for(var/datum/vueui/ui in open_uis[old_object_key])
|
||||
ui.object.vueui_on_transfer(ui)
|
||||
ui.object = new_object
|
||||
if(new_activeui) {ui.activeui = new_activeui}
|
||||
if(new_title) {ui.title = new_title}
|
||||
|
||||
Reference in New Issue
Block a user