46 lines
698 B
TOML
46 lines
698 B
TOML
[self]
|
|
name = ""
|
|
|
|
[staff]
|
|
names = []
|
|
|
|
[guest]
|
|
file = "config/guests.txt"
|
|
|
|
[gui]
|
|
top_most = false
|
|
font_size = 18
|
|
auto_unmute_on_self_leave = false
|
|
refresh_interval_value = 2
|
|
refresh_interval_unit = "sec"
|
|
history_export_dir = "exports"
|
|
history_export_include_time = true
|
|
history_export_include_world = true
|
|
history_export_include_join_leave = true
|
|
history_export_custom_enabled = false
|
|
history_export_custom = ""
|
|
|
|
[notice]
|
|
missing_count = 0
|
|
|
|
[vrc_log]
|
|
patterns = [
|
|
"OnPlayerJoined",
|
|
"OnPlayerLeft",
|
|
"Entering Room",
|
|
"Joining or Creating Room",
|
|
"worldId=",
|
|
"wrld_",
|
|
]
|
|
|
|
[ocr.crop]
|
|
left = 0.05
|
|
top = 0.35
|
|
right = 0.95
|
|
bottom = 0.95
|
|
|
|
[ocr]
|
|
preprocess = true
|
|
scale = 1.5
|
|
use_angle_cls = false
|