mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix duplicate child name in GtkStack warning
This commit is contained in:
parent
838218c848
commit
d6311fe4c6
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ impl Menu {
|
||||||
window_action.history_forward.simple_action.name()
|
window_action.history_forward.simple_action.name()
|
||||||
)));
|
)));
|
||||||
|
|
||||||
main_page_navigation.append_submenu(Some("History"), &main_page_navigation_history);
|
main_page_navigation.append_submenu(Some("Navigation history"), &main_page_navigation_history);
|
||||||
|
|
||||||
main_page.append_section(None, &main_page_navigation);
|
main_page.append_section(None, &main_page_navigation);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue