diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-19 01:20:36 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-19 01:20:36 +0900 |
| commit | 264a6cda8e228de4669c4cdc134c6f6b6566f4e9 (patch) | |
| tree | c95600033f6e4901bb08c48912df976f5acb06a9 /packages/client/src | |
| parent | chore(client): tweak style (diff) | |
| download | sharkey-264a6cda8e228de4669c4cdc134c6f6b6566f4e9.tar.gz sharkey-264a6cda8e228de4669c4cdc134c6f6b6566f4e9.tar.bz2 sharkey-264a6cda8e228de4669c4cdc134c6f6b6566f4e9.zip | |
fix(client): fix window default prop
Diffstat (limited to 'packages/client/src')
| -rw-r--r-- | packages/client/src/components/ui/window.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/ui/window.vue b/packages/client/src/components/ui/window.vue index e259ecdab3..460cf7d597 100644 --- a/packages/client/src/components/ui/window.vue +++ b/packages/client/src/components/ui/window.vue @@ -75,7 +75,7 @@ const props = withDefaults(defineProps<{ canResize: false, closeButton: true, mini: false, - front: true, + front: false, contextmenu: null, buttonsLeft: () => [], buttonsRight: () => [], |