Skip to content

Commit

Permalink
fix(ui): increese debug logs window height
Browse files Browse the repository at this point in the history
Fixes #3908
  • Loading branch information
robertsLando committed Sep 23, 2024
1 parent 27c5e80 commit 4c76e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Debug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default {
this.showSnackbar('Debug ' + (v ? 'activated' : 'disabled'))
},
newWindow() {
openInWindow('DEBUG')
openInWindow('DEBUG', 1000)
},
},
mounted() {
Expand Down

0 comments on commit 4c76e61

Please sign in to comment.