fix: add actual cancel code

This commit is contained in:
Strix 2023-10-14 22:39:51 +02:00
parent 2a67c6f633
commit 1af7fade55
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -87,8 +87,8 @@ impl Command {
{
if *ask {
info!(target: "item", "{}", queue);
if prompt_bool("Install queue?", false) {
if !prompt_bool("Install queue?", false) {
return;
}
}
}