mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 00:26:27 +02: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