update comments

This commit is contained in:
yggverse 2024-11-01 03:26:18 +02:00
parent 157227cbfe
commit 9c54f0b294

View File

@ -41,6 +41,7 @@ impl Browser {
action_page_reload: SimpleAction, action_page_reload: SimpleAction,
action_page_pin: SimpleAction, action_page_pin: SimpleAction,
) -> Browser { ) -> Browser {
// Init components
let window = Arc::new(Window::new( let window = Arc::new(Window::new(
action_debug.clone(), action_debug.clone(),
action_profile.clone(), action_profile.clone(),
@ -173,7 +174,7 @@ impl Browser {
} }
}); });
// Return new activated Browser struct // Return new activated `Self`
Self { Self {
widget, widget,
// header, // header,