Skip to content

Commit

Permalink
verse lookup should not be under feature flag for vod
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Aug 30, 2023
1 parent 8fe249a commit aa3c346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default class BibleReferencePlugin extends Plugin {
this.registerEditorSuggest(new VerseEditorSuggester(this, this.settings))

this.verseLookUpModal = new VerseLookupSuggestModal(this, this.settings)
this.addVerseLookupCommand()
this.verseOfDayModal = new VerseOfDayModal(this, this.settings)

const flags = await getFlags()
Expand All @@ -64,7 +65,7 @@ export default class BibleReferencePlugin extends Plugin {
new VerseOfDayEditorSuggester(this, this.settings)
)

this.addVerseLookupCommand()

this.addVerseOfDayCommands()
if (this.settings.enableBibleVerseLookupRibbon) {
this.addRibbonButton()
Expand Down

0 comments on commit aa3c346

Please sign in to comment.