diff --git a/src/components/MovingHead.vue b/src/components/MovingHead.vue index d4693d5..294afea 100644 --- a/src/components/MovingHead.vue +++ b/src/components/MovingHead.vue @@ -97,10 +97,21 @@ select color="black" style="opacity: 1" /> -
- - {{ pan }} {{ tilt }} + +
+
+ Settings +
@@ -108,10 +119,12 @@ select diff --git a/src/components/SubMenu.vue b/src/components/SubMenu.vue index 7e03dbd..0ec04fb 100644 --- a/src/components/SubMenu.vue +++ b/src/components/SubMenu.vue @@ -17,6 +17,7 @@ import { send } from 'src/services/websocket'; function handleAction(action: string) { console.log(`Action '${action}' on node:`, contextMenu.value.node); + // Add your actual logic here switch (action) { case 'Add':