mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +00:00
add refresh action
This commit is contained in:
parent
d88bea1fa6
commit
fe2cf74a42
@ -93,6 +93,17 @@ Browser::Browser(
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
// Hidden
|
||||
add_action(
|
||||
"refresh",
|
||||
[this]
|
||||
{
|
||||
header->set_title(
|
||||
main->get_current_tab_label_text()
|
||||
);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Browser::~Browser()
|
||||
|
Loading…
x
Reference in New Issue
Block a user