We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I always have to manually start up cinny when starting my computer / laptop.
I'd like cinny to start automatically when I start the computer. Preferably with a setting if it should start hidden in the tray or just normal.
(On Windows) Start Cinny with a script, placed inside shell:startup.
shell:startup
No response
The text was updated successfully, but these errors were encountered:
Could probably be achieved via https://github.com/tauri-apps/tauri-plugin-autostart
Sorry, something went wrong.
Using git url would break the flatpak builds, so we can't really use:
tauri-plugin-autostart = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
Which is the only thing that would work here.
And crates.io only has v2 versions tagged, so it wouldn't build either: https://crates.io/crates/tauri-plugin-autostart/versions
Seems this is currently blocked by #398.
@kfiven could you add a V2 tag here? I'd like to fix it when we add v2 to Cinny. Thanks!
No branches or pull requests
Describe the problem
I always have to manually start up cinny when starting my computer / laptop.
Describe the solution you'd like
I'd like cinny to start automatically when I start the computer. Preferably with a setting if it should start hidden in the tray or just normal.
Alternatives considered
(On Windows)
Start Cinny with a script, placed inside
shell:startup
.Additional context
No response
The text was updated successfully, but these errors were encountered: