diff --git a/tauri-app/src/types/timeline.ts b/tauri-app/src/types/timeline.ts index 1e7d754..d37e634 100644 --- a/tauri-app/src/types/timeline.ts +++ b/tauri-app/src/types/timeline.ts @@ -755,7 +755,7 @@ export const DEFAULT_HIGHLIGHT_SETTINGS: HighlightSettings = { buffer_before: 10, buffer_after: 3, min_duration: 5, - included_types: ["kill", "death", "multi_kill", "trade_kill"], + included_types: ["kill", "death", "multi_kill", "trade_kill", "assist"], merge_overlapping: true, merge_gap_secs: 5, };