mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-25 15:46:06 +09:00
fix(client): fix window default prop
This commit is contained in:
parent
a04e735d5d
commit
3632994024
@ -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 New Issue
Block a user