Fixes for missing attribute

This commit is contained in:
Alexander
2023-12-10 18:48:36 +01:00
parent fbaa865790
commit 88ff20011a
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ Hooks.on('init', function () {
title: 'on-site-vtt.rotate',
visible: true,
toggle: false,
active: false,
onClick: () => rotateView()
});
});