mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 06:37:49 +02:00
UI: 'Disable Text Effects' setting applies to "corrupted text" (#944)
This commit is contained in:
@@ -136,7 +136,7 @@ const FactionElement = (props: FactionElementProps): React.ReactElement => {
|
||||
) : (
|
||||
<Tooltip title={"Rumored Faction"}>
|
||||
<span style={{ overflow: "hidden", whiteSpace: "nowrap", textOverflow: "ellipsis" }}>
|
||||
<CorruptableText content={props.faction.name} />
|
||||
<CorruptableText content={props.faction.name} spoiler={false} />
|
||||
</span>
|
||||
</Tooltip>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user