fix: exit on listing profiles

This commit is contained in:
Gabriele Musco 2024-11-27 21:12:28 +01:00
parent 355ad050f0
commit 00322492bd
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE
2 changed files with 2 additions and 1 deletions

2
Cargo.lock generated
View file

@ -554,7 +554,7 @@ dependencies = [
[[package]]
name = "envision"
version = "0.0.2"
version = "1.0.0"
dependencies = [
"anyhow",
"ash",

View file

@ -111,6 +111,7 @@ fn main() -> Result<()> {
let sender = BROKER.sender();
main_app.connect_command_line(move |this, cmdline| {
if CmdLineOpts::handle_non_activating_opts(cmdline) {
this.quit();
return 0;
}
this.activate();