import {Setting, type SettingProps} from "./index.js"; export function AnonymizeUsernamesSetting(props: SettingProps) { return (

Anonymizes usernames by replacing them with "Anonymous #".
Note that User Labels and Username Colors will still be applied to any usernames as normal.

); }