implement is_history record argument for load action

This commit is contained in:
yggverse 2024-11-12 08:23:19 +02:00
parent 60d4a94ff3
commit 47b2be986b
7 changed files with 49 additions and 34 deletions

View file

@ -48,7 +48,7 @@ impl Widget {
});
gobject.connect_activate(move |this| {
tab_action.load().activate(Some(&this.text()));
tab_action.load().activate(Some(&this.text()), true);
});
gobject.connect_state_flags_changed({