mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comment
This commit is contained in:
parent
b00e5befde
commit
143ddb90df
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue