rename constructors

This commit is contained in:
yggverse 2024-10-08 19:42:51 +03:00
parent 4ae34e863f
commit 97bc98fd0b
2 changed files with 3 additions and 3 deletions

View file

@ -91,7 +91,7 @@ impl Tab {
is_initially_current: bool,
) -> Arc<Item> {
// Init new tab item
let item = Item::new(
let item = Item::new_arc(
page_navigation_request_text.clone(),
is_initially_current,
// Actions