Skip to content

Commit

Permalink
release: 0.37.10
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaUshio committed Mar 3, 2024
1 parent a180eb4 commit e85a8fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "pdf-plus",
"name": "PDF++",
"version": "0.37.9",
"version": "0.37.10",
"minAppVersion": "1.4.16",
"description": "The most Obsidian-native PDF annotation tool ever.",
"author": "Ryota Ushio",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-pdf-plus",
"version": "0.37.9",
"version": "0.37.10",
"description": "The most Obsidian-native PDF annotation tool ever.",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/color-palette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export class ColorPalette extends Component {

addWriteFileToggle(paletteEl: HTMLElement) {
this.writeFileButtonEl = paletteEl.createDiv('clickable-icon', (el) => {
setIcon(el, 'file-pen');
setIcon(el, 'lucide-save');
setTooltip(el, `${this.plugin.manifest.name}: Add highlights to file directly`);
el.addEventListener('click', () => {
this.setWriteFile(!this.writeFile);
Expand Down

0 comments on commit e85a8fe

Please sign in to comment.