mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
rename widget struct entity
This commit is contained in:
parent
daf276c006
commit
3d44bcb754
3 changed files with 6 additions and 6 deletions
|
|
@ -40,7 +40,7 @@ impl Browser {
|
|||
);
|
||||
|
||||
// Init actions @TODO separated module
|
||||
widget.gtk().add_action_entries([
|
||||
widget.window().add_action_entries([
|
||||
ActionEntry::builder("debug")
|
||||
.activate(|this: &ApplicationWindow, _, _| {
|
||||
this.emit_enable_debugging(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue