Skip to content

Commit 01c31d8

Browse files
authored
fix: fix microphone permission issue (#851)
1 parent d48d4af commit 01c31d8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src-tauri/Cargo.lock

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

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tauri-plugin-dialog = "2"
5858
tauri-plugin-fs = "2"
5959
tauri-plugin-process = "2"
6060
tauri-plugin-drag = "2"
61-
tauri-plugin-macos-permissions = "2"
61+
tauri-plugin-macos-permissions = { git = "https://github.com/ayangweb/tauri-plugin-macos-permissions", branch = "fix-microphone-permission" }
6262
tauri-plugin-fs-pro = "2"
6363
tauri-plugin-screenshots = "2"
6464
applications = { git = "https://github.com/infinilabs/applications-rs", rev = "31b0c030a0f3bc82275fe12debe526153978671d" }

0 commit comments

Comments
 (0)