summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go
index 427edd5..7aed1c7 100644
--- a/config/config.go
+++ b/config/config.go
@@ -70,6 +70,8 @@ type Config struct {
CharSpecificContextEnabled bool `toml:"CharSpecificContextEnabled"`
CharSpecificContextTag string `toml:"CharSpecificContextTag"`
AutoTurn bool `toml:"AutoTurn"`
+ // playwright browser
+ PlaywrightHeadless bool `toml:"PlaywrightHeadless"`
}
func LoadConfig(fn string) (*Config, error) {