Improve MainPanel Label on active inc filter (Filter <-> FILTER)

This commit is contained in:
Daniel Lange
2022-03-25 14:51:14 +01:00
parent a2ca7583a9
commit c6f946edd2
3 changed files with 7 additions and 5 deletions

View File

@ -347,7 +347,7 @@ int CommandLine_run(const char* name, int argc, char** argv) {
MainPanel* panel = MainPanel_new();
ProcessList_setPanel(pl, (Panel*) panel);
MainPanel_updateTreeFunctions(panel, settings->ss->treeView);
MainPanel_updateLabels(panel, settings->ss->treeView, flags.commFilter);
State state = {
.settings = settings,