Skip to content

Commit

Permalink
fix: startup flag for autostart
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 28, 2024
1 parent f103b59 commit c863733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fn main() {
.plugin(tauri_plugin_notification::init())
.plugin(tauri_plugin_autostart::init(
tauri_plugin_autostart::MacosLauncher::LaunchAgent,
None,
Some(vec!["--startup"]),
))
.plugin(tauri_plugin_process::init())
.plugin(tauri_plugin_notification::init())
Expand Down

0 comments on commit c863733

Please sign in to comment.