diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-09 09:44:54 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-09 09:44:54 +0300 |
| commit | 5e7ddea6827765ac56155577cf7dcc809fe1128c (patch) | |
| tree | fd22ed79772a81ea51ce2c230a594af2ba13af69 /config.example.toml | |
| parent | 77ad2a7e7e2c3bade4d949d8eb5c36e0126f4668 (diff) | |
Enha: change __known_by_char tag to @
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml index 82aa5f5..1b466eb 100644 --- a/config.example.toml +++ b/config.example.toml @@ -46,5 +46,5 @@ FilePickerExts = "png,jpg,jpeg,gif,webp" # Comma-separated list of allowed file EnableMouse = false # Enable mouse support in the UI # character specific context CharSpecificContextEnabled = true -CharSpecificContextTag = "__known_to_chars__" +CharSpecificContextTag = "@" AutoTurn = true |
