Insert new tabs below active tab
This commit is contained in:
@@ -75,6 +75,11 @@ impl BrowserTab {
|
||||
&self.url
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
pub fn display_url(&self) -> String {
|
||||
self.url.display_url()
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
pub fn state(&self) -> &TabState {
|
||||
&self.state
|
||||
|
||||
Reference in New Issue
Block a user