Akshat Jain

Results 2 issues of Akshat Jain

### Describe the bug I am soft prompts asking microphone permission whenever I open Tauri app on macOS ![Screenshot 2022-07-24 at 11 35 33 AM](https://user-images.githubusercontent.com/51501166/180634645-8804dac2-e4ba-4925-86d2-288911347aff.png) . Please check the attached...

type: bug
status: needs triage

I have added the below code to main.rs, and its working for macOS but not on windows. ``` use tauri_plugin_autostart::MacosLauncher; fn main() { tauri::Builder::default() .plugin(tauri_plugin_autostart::init(MacosLauncher::LaunchAgent, false /* hidden flag */))...

bug
plugin: autostart
platform: windows