Skip to content
Snippets Groups Projects
Commit 264a6cda authored by syuilo's avatar syuilo
Browse files

fix(client): fix window default prop

parent 369660ac
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ const props = withDefaults(defineProps<{
canResize: false,
closeButton: true,
mini: false,
front: true,
front: false,
contextmenu: null,
buttonsLeft: () => [],
buttonsRight: () => [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment