mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb+LibWebView+WebContent: Add an IPC call for Navigable::reload()
This commit is contained in:
committed by
Alexander Kalenik
parent
88f3145f8a
commit
bfef08177e
@@ -90,6 +90,11 @@ void ViewImplementation::load_empty_document()
|
||||
load_html(""sv);
|
||||
}
|
||||
|
||||
void ViewImplementation::reload()
|
||||
{
|
||||
client().async_reload(page_id());
|
||||
}
|
||||
|
||||
void ViewImplementation::zoom_in()
|
||||
{
|
||||
if (m_zoom_level >= ZOOM_MAX_LEVEL)
|
||||
|
||||
Reference in New Issue
Block a user