From 642ad3e13aa733217ffa848cc1c8cc814924a04d Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Tue, 2 Jun 2026 21:54:11 +0200 Subject: [PATCH] fix: enable assists by default on highlights --- tauri-app/src/types/timeline.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, };