mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
sculpt: refresh update window when network is up
This way, the update-index button becomes immediately visible once we have connectivity. Issue #4820
This commit is contained in:
parent
280fc45c5f
commit
937ddd012b
@ -217,7 +217,6 @@ struct Sculpt::Main : Input_event_handler,
|
||||
return _prepare_version.value != _prepare_completed.value;
|
||||
}
|
||||
|
||||
|
||||
Storage _storage { _env, _heap, _child_states, *this, *this, *this };
|
||||
|
||||
/**
|
||||
@ -250,6 +249,7 @@ struct Sculpt::Main : Input_event_handler,
|
||||
void update_network_dialog() override
|
||||
{
|
||||
_network_menu_view.generate();
|
||||
_system_menu_view.generate();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user