mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
fix(client): fix window default prop
This commit is contained in:
parent
a04e735d5d
commit
3632994024
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ const props = withDefaults(defineProps<{
|
|||
canResize: false,
|
||||
closeButton: true,
|
||||
mini: false,
|
||||
front: true,
|
||||
front: false,
|
||||
contextmenu: null,
|
||||
buttonsLeft: () => [],
|
||||
buttonsRight: () => [],
|
||||
|
|
Loading…
Reference in a new issue