tauri-app: fix buffer_after for highlights to be 3 secs
This commit is contained in:
@@ -753,7 +753,7 @@ export interface HighlightSettings {
|
|||||||
*/
|
*/
|
||||||
export const DEFAULT_HIGHLIGHT_SETTINGS: HighlightSettings = {
|
export const DEFAULT_HIGHLIGHT_SETTINGS: HighlightSettings = {
|
||||||
buffer_before: 10,
|
buffer_before: 10,
|
||||||
buffer_after: 8,
|
buffer_after: 3,
|
||||||
min_duration: 5,
|
min_duration: 5,
|
||||||
included_types: ["kill", "death", "multi_kill"],
|
included_types: ["kill", "death", "multi_kill"],
|
||||||
merge_overlapping: true,
|
merge_overlapping: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user