mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
FileManager: Add "go home" action to the "Go" menu
This commit is contained in:
parent
1077c15917
commit
b0b94560c3
Notes:
sideshowbarker
2024-07-19 12:30:13 +09:00
Author: https://github.com/awesomekling
Commit: b0b94560c3
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ int main(int argc, char** argv)
|
|||
go_menu->add_action(go_back_action);
|
||||
go_menu->add_action(go_forward_action);
|
||||
go_menu->add_action(open_parent_directory_action);
|
||||
go_menu->add_action(go_home_action);
|
||||
menubar->add_menu(move(go_menu));
|
||||
|
||||
auto help_menu = make<GMenu>("Help");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue