mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2026-08-17 16:34:54 -05:00
chore: fix adw navigationpage title warning
This commit is contained in:
@@ -239,9 +239,13 @@ impl AsyncComponent for AppModel {
|
||||
|
||||
#[wrap(Some)]
|
||||
set_content = &adw::NavigationPage {
|
||||
set_title: "LACT",
|
||||
|
||||
#[wrap(Some)]
|
||||
set_child = &adw::ToolbarView {
|
||||
add_top_bar = &adw::HeaderBar {
|
||||
set_show_title: false,
|
||||
|
||||
pack_end = >k::MenuButton {
|
||||
set_icon_name: "open-menu-symbolic",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user