diff --git a/src/browser.rs b/src/browser.rs index 7b22d862..78c95e5b 100644 --- a/src/browser.rs +++ b/src/browser.rs @@ -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,