mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
UI: Clarify "Disable ASCII art" setting (#1937)
This commit is contained in:
@@ -17,8 +17,13 @@ export const InterfacePage = (): React.ReactElement => {
|
|||||||
<OptionSwitch
|
<OptionSwitch
|
||||||
checked={Settings.DisableASCIIArt}
|
checked={Settings.DisableASCIIArt}
|
||||||
onChange={(newValue) => (Settings.DisableASCIIArt = newValue)}
|
onChange={(newValue) => (Settings.DisableASCIIArt = newValue)}
|
||||||
text="Disable ascii art"
|
text="Disable ASCII art"
|
||||||
tooltip={<>If this is set, all ASCII arts will be disabled.</>}
|
tooltip={
|
||||||
|
<>
|
||||||
|
If this is set, ASCII art for UI elements will be disabled. This setting does not affect ASCII art in the
|
||||||
|
description of factions.
|
||||||
|
</>
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
<OptionSwitch
|
<OptionSwitch
|
||||||
checked={Settings.DisableTextEffects}
|
checked={Settings.DisableTextEffects}
|
||||||
|
|||||||
Reference in New Issue
Block a user