mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove extra Rc wrappers, disable internal components access
This commit is contained in:
parent
a874bd8106
commit
6c7cfec5d2
3 changed files with 23 additions and 29 deletions
|
|
@ -207,7 +207,7 @@ impl Menu for MenuButton {
|
|||
move |_| {
|
||||
// Bookmarks
|
||||
main_bookmarks.remove_all();
|
||||
for request in profile.bookmark.memory.recent() {
|
||||
for request in profile.bookmark.recent() {
|
||||
let menu_item = gio::MenuItem::new(Some(&ellipsize(&request, LABEL_MAX_LENGTH)), None);
|
||||
menu_item.set_action_and_target_value(Some(&format!(
|
||||
"{}.{}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue