chore(Status): don't handle successful request

no need to destroy the widget as a DELETE even will be emitted
This commit is contained in:
Evangelos Paterakis 2023-02-17 18:17:32 +02:00
parent 59e1f6d911
commit beff68c681
No known key found for this signature in database
GPG Key ID: FE5185F095BFC8C9
1 changed files with 0 additions and 2 deletions

View File

@ -242,8 +242,6 @@ public class Tooth.Widgets.Status : ListBoxRow {
var root = network.parse (msg);
if (root.has_member("error")) {
// TODO: Handle error (probably a toast?)
} else {
this.destroy();
};
})
.exec ();