Skip to content

Commit 9a9fd7a

Browse files
Reordered settings
1 parent fdbe507 commit 9a9fd7a

File tree

2 files changed

+118
-118
lines changed

2 files changed

+118
-118
lines changed

src/patchers/search-command-patcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { CanvasGroupNodeData, CanvasTextNodeData } from "src/@types/AdvancedJson
55

66
export default class SearchCommandPatcher extends Patcher {
77
protected async patch() {
8-
if (!this.plugin.settings.getSetting('enableNativeFileSearch')) return
8+
if (!this.plugin.settings.getSetting('nativeFileSearchEnabled')) return
99

1010
const that = this
1111
Patcher.patch(this.plugin, this.plugin.app.commands.commands["editor:open-search"], {

0 commit comments

Comments
 (0)