fixes for it being javascript
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user