We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00e5fab + 14dd92b commit 2678684Copy full SHA for 2678684
src/widgets/window.rs
@@ -603,8 +603,7 @@ impl Window {
603
self.current_tab().reload();
604
}
605
fn bookmark_current(&self) {
606
- let imp = self.imp();
607
- let url = imp.url_bar.text().to_string();
+ let url = self.active_url_bar().text().to_string();
608
glibctx().spawn_local(async move {
609
match Self::append_bookmark(&url).await {
610
Ok(_) => info!("{} saved to bookmarks", url),
0 commit comments