This commit is contained in:
nevimer
2024-04-28 19:24:33 -04:00
1068 changed files with 13539 additions and 12116 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ Notes:
return
var/ui_style = user.client?.prefs?.read_preference(/datum/preference/choiced/ui_style)
if(!theme && ui_style)
theme = lowertext(ui_style)
theme = LOWER_TEXT(ui_style)
if(!theme)
theme = "default"
user.client.tooltips.show(tip_src, params, title, content, theme)