tgui cleanup again (#18266)

* tgui cleanup again

* allow spellcheck and dependency up

* spellcheck pref
This commit is contained in:
Kashargul
2025-08-16 01:10:47 +02:00
committed by GitHub
parent 8fde0f3556
commit be5aff576b
20 changed files with 64 additions and 46 deletions
@@ -66,6 +66,12 @@
/datum/preference/toggle/tgui_say_light/apply_to_client(client/client, value)
client.tgui_say?.load()
/datum/preference/toggle/tgui_use_spellcheck
category = PREFERENCE_CATEGORY_GAME_PREFERENCES
savefile_key = "TGUI_ENABLE_SPELLCHECK"
default_value = TRUE
savefile_identifier = PREFERENCE_PLAYER
/datum/preference/toggle/tgui_say_emotes
category = PREFERENCE_CATEGORY_GAME_PREFERENCES
savefile_key = "tgui_say_emotes"