mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
create separated mod for widget
This commit is contained in:
parent
7d4cf5c1f3
commit
2b12fe207f
3 changed files with 67 additions and 40 deletions
|
|
@ -34,7 +34,7 @@ impl Window {
|
|||
tab.append(Some(GString::from("gemini://geminiprotocol.net/")), true); // demo tab @TODO replace with session restore feature
|
||||
|
||||
// GTK
|
||||
let widget = Arc::new(Widget::new(tab.widget()));
|
||||
let widget = Arc::new(Widget::new(tab.gobject()));
|
||||
|
||||
// Init struct
|
||||
Self { tab, widget }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue