This commit is contained in:
AutoRobot Dev
2025-11-01 15:34:02 +07:00
parent 87ccd2bbec
commit 294120d6cb
2 changed files with 14 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<template>
<Area :WindowState="windowState" @update:WindowState="handleUpdate" />
<Area :WindowState="windowState" :showTitleBar="false" />
</template>
<script setup>