More NtOS interfaces, random fixes, client-side theming (#47836)

* General tgui fixes

* Handle ui_style on client side

* NtOS Net Downloader

* Rebuild tgui

* Fix regression on Tabs

* Fix bools
This commit is contained in:
Aleksej Komarov
2019-11-21 05:54:24 +02:00
committed by Rob Bailey
parent 9cbf2931dd
commit ac1f4d74c6
32 changed files with 368 additions and 141 deletions

View File

@@ -38,7 +38,6 @@
var/datum/asset/assets = get_asset_datum(/datum/asset/simple/headers)
assets.send(user)
ui = new(user, src, ui_key, "ntos_main", "NtOS Main menu", 400, 500, master_ui, state)
ui.set_style("ntos")
ui.open()
ui.set_autoupdate(state = 1)