Add update trigger action.

This commit is contained in:
Dermot Duffy
2024-06-11 19:48:39 -07:00
parent 4c73c8faa0
commit f193f9925f
9 changed files with 266 additions and 137 deletions
@@ -50,5 +50,6 @@ it('low performance profile', () => {
'timeline.controls.thumbnails.show_favorite_control': false,
'timeline.controls.thumbnails.show_timeline_control': false,
'timeline.show_recordings': false,
'view.triggers.actions.trigger': 'none',
});
});
+1 -1
View File
@@ -324,7 +324,7 @@ describe('config defaults', () => {
show_trigger_status: false,
untrigger_seconds: 0,
actions: {
trigger: 'default',
trigger: 'update',
untrigger: 'none',
interaction_mode: 'inactive',
},