mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
fixups
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user