mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-10 12:41:34 +00:00
make initial update action
This commit is contained in:
parent
0557d5d099
commit
2a985a6fa1
@ -7,7 +7,7 @@ use main::Main;
|
||||
|
||||
use gtk::{
|
||||
gio::SimpleAction,
|
||||
prelude::{ActionMapExt, GtkWindowExt},
|
||||
prelude::{ActionExt, ActionMapExt, GtkWindowExt},
|
||||
Application, ApplicationWindow,
|
||||
};
|
||||
use std::sync::Arc;
|
||||
@ -135,6 +135,9 @@ impl Browser {
|
||||
}
|
||||
});
|
||||
|
||||
// Make initial update @TODO move to the app init level
|
||||
action_update.activate(None);
|
||||
|
||||
// Return activated browser struct
|
||||
Self {
|
||||
// db,
|
||||
|
Loading…
x
Reference in New Issue
Block a user