diff --git a/layouts/client.vue b/layouts/client.vue index 43c769d..4ede7ab 100644 --- a/layouts/client.vue +++ b/layouts/client.vue @@ -19,7 +19,10 @@
- + +
@@ -53,6 +56,8 @@ const createButtonContainer = ref(); const api = useApi(); +const blockedCanvas = isCanvasBlocked() + const options = [ { name: "Join", value: "join", callback: async () => { console.log("join guild!");