mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
update comments
This commit is contained in:
parent
157227cbfe
commit
9c54f0b294
@ -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…
x
Reference in New Issue
Block a user