mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Tgui error reporting, Keyboard passthrough, RPD, NtOS, Power Monitor (#47749)
* Improve tgui fatal error reporting * Keyboard passthrough in tgui * New Rapid Pipe Dispenser interface * Update README with new components * Release held keys when browser window loses focus * Power Monitor Interface, NtOS theme and core components * Yet another CSS rework * Fix Table, Chart stubs for IE8 * NtOS Main interface * Supermatter Monitor interface * Tweak NT color, color + sort gas bars
This commit is contained in:
committed by
Rob Bailey
parent
4b91651f9e
commit
e87b6c6701
@@ -318,7 +318,7 @@
|
||||
data["PC_batteryicon"] = "batt_20.gif"
|
||||
else
|
||||
data["PC_batteryicon"] = "batt_5.gif"
|
||||
data["PC_batterypercent"] = "[round(battery_module.battery.percent())] %"
|
||||
data["PC_batterypercent"] = "[round(battery_module.battery.percent())]%"
|
||||
data["PC_showbatteryicon"] = 1
|
||||
else
|
||||
data["PC_batteryicon"] = "batt_5.gif"
|
||||
|
||||
Reference in New Issue
Block a user