Add favorite tab controls

This commit is contained in:
2026-05-07 19:33:50 -04:00
parent 62951fe3b0
commit ba312e5b85
10 changed files with 205 additions and 15 deletions
+4
View File
@@ -90,6 +90,10 @@ impl BrowserTab {
&self.flags
}
pub fn set_favorite(&mut self, favorite: bool) {
self.flags.favorite = favorite;
}
#[must_use]
pub fn split_id(&self) -> Option<&SplitId> {
self.split_id.as_ref()