From af6494e7747efe0b473d70728c3795730857a063 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Sun, 17 May 2026 17:14:02 +0200 Subject: [PATCH] tauri-app: fix buffer_after for highlights to be 3 secs --- 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 f73cd5e..69553f4 100644 --- a/tauri-app/src/types/timeline.ts +++ b/tauri-app/src/types/timeline.ts @@ -753,7 +753,7 @@ export interface HighlightSettings { */ export const DEFAULT_HIGHLIGHT_SETTINGS: HighlightSettings = { buffer_before: 10, - buffer_after: 8, + buffer_after: 3, min_duration: 5, included_types: ["kill", "death", "multi_kill"], merge_overlapping: true,