mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-05 22:43:46 +00:00
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:
committed by
Rob Bailey
parent
9cbf2931dd
commit
ac1f4d74c6
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user