1
0
forked from noxious/client

Disabled texture in GM utility modals , fixed btn padding for zone delete button

This commit is contained in:
2024-11-17 00:46:05 +01:00
parent 1e3fc2b0f8
commit 84939a7d32
6 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
<template>
<Modal :is-modal-open="showTeleportModal" @modal:close="() => zoneEditorStore.setTool('move')" :modal-width="300" :modal-height="350" :is-resizable="false">
<Modal :is-modal-open="showTeleportModal" @modal:close="() => zoneEditorStore.setTool('move')" :modal-width="300" :modal-height="350" :is-resizable="false" :disable-bg-texture="true">
<template #modalHeader>
<h3 class="m-0 font-medium shrink-0 text-white">Teleport settings</h3>
</template>