Skip to content

Commit 760fd3f

Browse files
committed
reload descriptions on plugin settings change
1 parent 5814de0 commit 760fd3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

panel.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ intptr_t Panel::ProcessSync(intptr_t Event) {
282282
}
283283

284284
void Panel::notify() {
285-
updateVisibleItems();
285+
db.load(getDescrPath());
286+
read();
286287
::Info.PanelControl(this, FCTL_UPDATEPANEL, 1, nullptr);
287288
::Info.PanelControl(this, FCTL_REDRAWPANEL, 0, nullptr);
288289
}

0 commit comments

Comments
 (0)