Skip to content

Commit 704af0a

Browse files
committed
release: 0.40.26
1 parent 2731916 commit 704af0a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "pdf-plus",
33
"name": "PDF++",
4-
"version": "0.40.25",
4+
"version": "0.40.26",
55
"minAppVersion": "1.5.8",
66
"description": "The most Obsidian-native PDF annotation tool ever.",
77
"author": "Ryota Ushio",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "pdf-plus",
33
"name": "PDF++",
4-
"version": "0.40.25",
4+
"version": "0.40.26",
55
"minAppVersion": "1.5.8",
66
"description": "The most Obsidian-native PDF annotation tool ever.",
77
"author": "Ryota Ushio",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-pdf-plus",
3-
"version": "0.40.25",
3+
"version": "0.40.26",
44
"description": "The most Obsidian-native PDF annotation tool ever.",
55
"scripts": {
66
"dev": "node esbuild.config.mjs",

src/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ export class PDFPlusSettingTab extends PluginSettingTab {
10211021
return;
10221022
}
10231023
locationDropdown.setValue('folder');
1024-
folderPathText.setValue(value !== defaultSubfolder ? defaultSubfolder : '');
1024+
folderPathText.setValue(value !== defaultSubfolder ? value : '');
10251025
return;
10261026
}
10271027
locationDropdown.setValue('current');

0 commit comments

Comments
 (0)