mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
add auth navbar button
This commit is contained in:
parent
ec95ae2580
commit
f1b7fc9ac0
4 changed files with 77 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ pub struct Widget {
|
|||
impl Widget {
|
||||
// Construct
|
||||
pub fn new(
|
||||
auth: &impl IsA<gtk::Widget>,
|
||||
base: &impl IsA<gtk::Widget>,
|
||||
history: &impl IsA<gtk::Widget>,
|
||||
reload: &impl IsA<gtk::Widget>,
|
||||
|
|
@ -32,6 +33,7 @@ impl Widget {
|
|||
gobject.append(reload);
|
||||
gobject.append(request);
|
||||
gobject.append(bookmark);
|
||||
gobject.append(auth);
|
||||
|
||||
Self { gobject }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue