mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update comments
This commit is contained in:
parent
157227cbfe
commit
9c54f0b294
1 changed files with 2 additions and 1 deletions
|
|
@ -41,6 +41,7 @@ impl Browser {
|
|||
action_page_reload: SimpleAction,
|
||||
action_page_pin: SimpleAction,
|
||||
) -> Browser {
|
||||
// Init components
|
||||
let window = Arc::new(Window::new(
|
||||
action_debug.clone(),
|
||||
action_profile.clone(),
|
||||
|
|
@ -173,7 +174,7 @@ impl Browser {
|
|||
}
|
||||
});
|
||||
|
||||
// Return new activated Browser struct
|
||||
// Return new activated `Self`
|
||||
Self {
|
||||
widget,
|
||||
// header,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue