mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 15:53:51 +09:00
fix(client): fix window default prop
This commit is contained in:
@ -75,7 +75,7 @@ const props = withDefaults(defineProps<{
|
||||
canResize: false,
|
||||
closeButton: true,
|
||||
mini: false,
|
||||
front: true,
|
||||
front: false,
|
||||
contextmenu: null,
|
||||
buttonsLeft: () => [],
|
||||
buttonsRight: () => [],
|
||||
|
Reference in New Issue
Block a user