1
0
Fork 0

Stay in priorities dialog

This commit is contained in:
Malte Brandy 2018-07-30 02:02:18 +02:00
parent ec1802c090
commit 9d986f419b
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1012,7 +1012,9 @@ Do you want to change the state? (Esc to cancel)",
);
match self.dialog.select_option(msg, options)? {
Select::P(ps) => priority.0 = ps,
Select::T(uuid) => return self.priority_check(&uuid, priority),
Select::T(uuid) => {
self.priority_check(&uuid, priority)?;
}
};
}
}