mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
add refresh action
This commit is contained in:
parent
d88bea1fa6
commit
fe2cf74a42
1 changed files with 11 additions and 0 deletions
|
|
@ -93,6 +93,17 @@ Browser::Browser(
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Hidden
|
||||||
|
add_action(
|
||||||
|
"refresh",
|
||||||
|
[this]
|
||||||
|
{
|
||||||
|
header->set_title(
|
||||||
|
main->get_current_tab_label_text()
|
||||||
|
);
|
||||||
|
}
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Browser::~Browser()
|
Browser::~Browser()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue