Admin Log Browser Improvements (#39130)
This commit is contained in:
@@ -37,6 +37,12 @@ public sealed partial class CCVars
|
||||
public static readonly CVarDef<bool> OutlineEnabled =
|
||||
CVarDef.Create("outline.enabled", true, CVar.CLIENTONLY);
|
||||
|
||||
/// <summary>
|
||||
/// Determines the color to use when highlighting search results in the admin log browser.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<string> AdminLogsHighlightColor =
|
||||
CVarDef.Create("ui.admin_logs_highlight_color", Color.Red.ToHex(), CVar.CLIENTONLY | CVar.ARCHIVE);
|
||||
|
||||
/// <summary>
|
||||
/// Determines how antagonist status/roletype is displayed. Based on AdminOverlayAntagFormats enum
|
||||
/// Binary: Roletypes of interest get an "ANTAG" label
|
||||
|
||||
Reference in New Issue
Block a user