tauri-app: fix buffer_after for highlights to be 3 secs

This commit is contained in:
2026-05-17 17:14:02 +02:00
parent c99fae33b6
commit af6494e774

View File

@@ -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,