fix(client): fix window default prop

This commit is contained in:
syuilo 2022-07-19 01:20:36 +09:00
parent 369660ac79
commit 264a6cda8e
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ const props = withDefaults(defineProps<{
canResize: false,
closeButton: true,
mini: false,
front: true,
front: false,
contextmenu: null,
buttonsLeft: () => [],
buttonsRight: () => [],