mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 14:05:08 +00:00
parent
b4381be0ba
commit
f347dd5c5e
10 changed files with 10 additions and 10 deletions
|
@ -134,7 +134,7 @@ int main(int argc, char* argv[])
|
|||
html_view.set_document(html_document);
|
||||
|
||||
String page_and_section = model->page_and_section(tree_view.selection().first());
|
||||
window->set_title(String::format("Help: %s", page_and_section.characters()));
|
||||
window->set_title(String::format("%s - Help", page_and_section.characters()));
|
||||
};
|
||||
|
||||
tree_view.on_selection_change = [&] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue