chore: update the auto login behavior (#34)

This commit is contained in:
tu6ge
2024-11-30 19:49:31 +08:00
committed by GitHub
parent fed928889b
commit 57bc599456

View File

@@ -105,7 +105,7 @@ fn enable_autostart(app: &mut tauri::App) {
app.handle()
.plugin(tauri_plugin_autostart::init(
MacosLauncher::LaunchAgent,
MacosLauncher::AppleScript,
None,
))
.unwrap();