fix(frontend): fix statusbar type errors and store logic
This commit is contained in:
@@ -95,7 +95,7 @@ pub fn provide_torrent_store() {
|
||||
t.error_message = error_message;
|
||||
}
|
||||
if let Some(label) = update.label {
|
||||
t.label = label;
|
||||
t.label = Some(label);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user