diff --git a/src/components/App.vue b/src/components/App.vue index 4f82b12..ac2f199 100644 --- a/src/components/App.vue +++ b/src/components/App.vue @@ -90,7 +90,7 @@ ]), dialogVisible() { - return this.showLanguageSelector || this.showBufferSelector || this.showCreateBuffer || this.showEditBuffer || this.showMoveToBufferSelector || this.showCommandPalette + return this.showLanguageSelector || this.showBufferSelector || this.showCreateBuffer || this.showEditBuffer || this.showMoveToBufferSelector || this.showCommandPalette || this.showSettings }, editorInert() {