UI: Clarify "Disable ASCII art" setting (#1937)

This commit is contained in:
catloversg
2025-01-31 01:28:17 +07:00
committed by GitHub
parent 7d95400108
commit 934687d4b5

View File

@@ -17,8 +17,13 @@ export const InterfacePage = (): React.ReactElement => {
<OptionSwitch
checked={Settings.DisableASCIIArt}
onChange={(newValue) => (Settings.DisableASCIIArt = newValue)}
text="Disable ascii art"
tooltip={<>If this is set, all ASCII arts will be disabled.</>}
text="Disable ASCII art"
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
checked={Settings.DisableTextEffects}