diff --git a/src/views/Debug.vue b/src/views/Debug.vue index 73874dffe66..a5cb2d91d82 100644 --- a/src/views/Debug.vue +++ b/src/views/Debug.vue @@ -141,7 +141,7 @@ export default { this.showSnackbar('Debug ' + (v ? 'activated' : 'disabled')) }, newWindow() { - openInWindow('DEBUG') + openInWindow('DEBUG', 1000) }, }, mounted() {