From 2823345f8b3e711717385cb6556f4598a6548be4 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 8 Dec 2024 00:19:27 +0200 Subject: [PATCH] update comment --- src/app/browser/window/tab.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/browser/window/tab.rs b/src/app/browser/window/tab.rs index 80e1ecf6..102c572d 100644 --- a/src/app/browser/window/tab.rs +++ b/src/app/browser/window/tab.rs @@ -232,7 +232,7 @@ impl Tab { .set_title(item.page.meta.title().as_str()) } } - // Update all tabs on ID not found @TODO change initial update method + // Update all tabs None => { for (_, item) in self.index.borrow().iter() { // Update item components @@ -247,7 +247,7 @@ impl Tab { } } } - } // @TODO need optimization + } pub fn clean( &self,