add comment

This commit is contained in:
yggverse 2024-10-01 03:20:09 +03:00
parent b00e5befde
commit 143ddb90df

View file

@ -28,7 +28,7 @@ impl Request {
text: Option<GString>, text: Option<GString>,
// Actions // Actions
action_update: Arc<SimpleAction>, action_update: Arc<SimpleAction>,
action_tab_page_navigation_reload: Arc<SimpleAction>, action_tab_page_navigation_reload: Arc<SimpleAction>, // @TODO local `action_page_open`?
) -> Self { ) -> Self {
// GTK // GTK
let widget = Entry::builder() let widget = Entry::builder()