mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Load hider too.
This commit is contained in:
parent
2726a2af37
commit
932e2c85fd
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user