mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
request widgets update on identity apply
This commit is contained in:
parent
39fc246d07
commit
fe6c277d7b
1 changed files with 3 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ impl Default {
|
|||
});
|
||||
|
||||
widget.on_apply({
|
||||
let browser_action = browser_action.clone();
|
||||
let profile = profile.clone();
|
||||
let request = request.clone();
|
||||
let widget = widget.clone();
|
||||
|
|
@ -77,7 +78,8 @@ impl Default {
|
|||
}
|
||||
}
|
||||
|
||||
// Reload page to apply changes
|
||||
// Apply changes
|
||||
browser_action.update.activate(None);
|
||||
window_action.reload.activate();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue