begin local actions implementation

This commit is contained in:
yggverse 2024-11-10 07:09:55 +02:00
parent 9398a835cd
commit 9ff32a3419
19 changed files with 402 additions and 226 deletions

View file

@ -45,7 +45,7 @@ impl Widget {
// Connect events
gobject.connect_changed(move |_| {
browser_action.update().activate(Some(&"".to_variant())); // @TODO
browser_action.update().activate(None);
});
gobject.connect_activate(move |this| {