mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
adw needs to be initialized in frontend startup before frontend data (#99)
This commit is contained in:
parent
5f0781ee18
commit
a7489f7dbb
|
@ -155,9 +155,9 @@ impl ReSetWindow {
|
|||
let mut plugin_sidebar_list = vec![];
|
||||
unsafe {
|
||||
for plugin in FRONTEND_PLUGINS.iter() {
|
||||
(plugin.frontend_startup)();
|
||||
let (sidebar_info, plugin_boxes) = (plugin.frontend_data)();
|
||||
let listeners = self_imp.listeners.clone();
|
||||
(plugin.frontend_startup)();
|
||||
|
||||
let event = Rc::new(
|
||||
move |reset_main: FlowBox,
|
||||
|
|
Loading…
Reference in a new issue