We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cc49b commit 9fc6460Copy full SHA for 9fc6460
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://schema.tauri.app/config/2",
3
"productName": "NoteGen",
4
- "version": "0.25.3",
+ "version": "0.25.4",
5
"identifier": "com.codexu.NoteGen",
6
"build": {
7
"beforeDevCommand": "pnpm dev",
@@ -45,7 +45,7 @@
45
"icons/icon.ico"
46
],
47
"iOS": {
48
- "bundleVersion": "0.25.3",
+ "bundleVersion": "0.25.4",
49
"developmentTeam": "RGZC4ZTJMU"
50
},
51
"macOS": {
src/app/mobile/writing/custom-header.tsx
@@ -42,7 +42,7 @@ export function WritingHeader() {
42
<FileActions />
43
</div>
44
<div className="flex-1">
- <FileManager />
+ <FileManager focusSidebar={() => {}} />
</DrawerContent>
0 commit comments