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
	 syuilo
					syuilo