remove extra referencers

This commit is contained in:
yggverse 2024-11-08 05:09:19 +02:00
parent 6d7277d831
commit a0e923eb7d
31 changed files with 43 additions and 48 deletions

View file

@ -252,7 +252,7 @@ impl Browser {
// Getters
pub fn gobject(&self) -> &ApplicationWindow {
&self.widget.gobject()
self.widget.gobject()
}
}