diff --git a/ede-panel/Panel.cpp b/ede-panel/Panel.cpp index 335d712..1559516 100644 --- a/ede-panel/Panel.cpp +++ b/ede-panel/Panel.cpp @@ -244,6 +244,8 @@ void Panel::read_config(void) { /* try to load applets even if panel configuration isn't present */ if(E_UNLIKELY(r.load("ede-panel") == false)) { load_applets(); + hider = new Hider(); + add(hider); return; }