# Enable-Title

The `AnvilGUI.Enable-Title` option determines whether to show the first line of the prompt (if with {br}) as the title of the Anvil GUI.

#### Usage

You can configure the `AnvilGUI.Enable-Title` by editing the "prompt-config.yml" file as follows:

```yaml
AnvilGUI:
  Enable-Title: true
```

In this example, the option to enable the title is set to `true`.

#### Explanation

The `AnvilGUI.Enable-Title` option allows you to control whether the first line of the prompt is displayed as the title in the Anvil GUI. Enabling this option can provide users with a clearer context for their input within the Anvil GUI.

#### Example

To disable the display of the first line of the prompt as the title, use the following configuration:

```yaml
AnvilGUI:
  Enable-Title: false
```

This will prevent the first line of the prompt from being shown as the title in the Anvil GUI.
