mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
final new NanoUI fixes and tgui port
This commit is contained in:
@@ -150,6 +150,18 @@ var/list/_client_preferences_by_type
|
||||
enabled_description = "Fancy"
|
||||
disabled_description = "Plain"
|
||||
|
||||
/datum/client_preference/tgui_style
|
||||
description ="tgui Style"
|
||||
key = "TGUI_FANCY"
|
||||
enabled_description = "Fancy"
|
||||
disabled_description = "Plain"
|
||||
|
||||
/datum/client_preference/tgui_monitor
|
||||
description ="tgui Monitor"
|
||||
key = "TGUI_MONITOR"
|
||||
enabled_description = "Primary"
|
||||
disabled_description = "All"
|
||||
|
||||
/********************
|
||||
* Staff Preferences *
|
||||
********************/
|
||||
|
||||
Reference in New Issue
Block a user