fixes for it being javascript

This commit is contained in:
Alexander
2023-12-10 21:22:37 +01:00
parent 61db04c71e
commit 70d8762768
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ function inti() {
Hooks.on(
"getSceneControlButtons",
(controls: SceneControl[]) => {
(controls) => {
controls.find(x => x.name === 'token').tools.push({
name: "rotateView",
title: "on-site-vtt.rotate",