mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
complete bookmark toggle features
This commit is contained in:
parent
232f67b9cc
commit
c511b97d2d
4 changed files with 34 additions and 2 deletions
|
|
@ -93,7 +93,8 @@ impl Page {
|
|||
pub fn bookmark(&self) {
|
||||
self.profile
|
||||
.bookmark
|
||||
.toggle(self.navigation.request().widget().gobject().text().as_str())
|
||||
.toggle(self.navigation.request().widget().gobject().text().as_str());
|
||||
self.update();
|
||||
}
|
||||
|
||||
/// Navigate home URL (parsed from current navigation entry)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue