We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbe507 commit 9a9fd7aCopy full SHA for 9a9fd7a
src/patchers/search-command-patcher.ts
@@ -5,7 +5,7 @@ import { CanvasGroupNodeData, CanvasTextNodeData } from "src/@types/AdvancedJson
5
6
export default class SearchCommandPatcher extends Patcher {
7
protected async patch() {
8
- if (!this.plugin.settings.getSetting('enableNativeFileSearch')) return
+ if (!this.plugin.settings.getSetting('nativeFileSearchEnabled')) return
9
10
const that = this
11
Patcher.patch(this.plugin, this.plugin.app.commands.commands["editor:open-search"], {
0 commit comments