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  . 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