ui: conn setup redraw delay
This commit is contained in:
parent
5e1f4c7f48
commit
d1398cb4d6
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ impl WalletCreation {
|
||||||
Step::SetupConnection => {
|
Step::SetupConnection => {
|
||||||
// Redraw if node is running.
|
// Redraw if node is running.
|
||||||
if Node::is_running() {
|
if Node::is_running() {
|
||||||
ui.ctx().request_repaint();
|
ui.ctx().request_repaint_after(Node::STATS_UPDATE_DELAY);
|
||||||
}
|
}
|
||||||
self.network_setup.create_ui(ui, frame, cb)
|
self.network_setup.create_ui(ui, frame, cb)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue