Skip to content

Commit

Permalink
Run zotero ping silently
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Jul 4, 2023
1 parent 21d3b2b commit 8e776fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-zotero-desktop-connector",
"name": "Zotero Integration",
"version": "3.0.0",
"version": "3.0.1",
"minAppVersion": "1.1.1",
"description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.",
"author": "mgmeyers",
Expand Down
2 changes: 1 addition & 1 deletion src/citeSuggest/citeSuggest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class CiteSuggest extends EditorSuggest<
!(await isZoteroRunning({
database: this.plugin.settings.database,
port: this.plugin.settings.port,
}))
}, true))
) {
return null;
}
Expand Down

0 comments on commit 8e776fa

Please sign in to comment.