cpuclock - allow setting to open although the popup is visible

Reviewers: devilhorns, raster

Subscribers: cedric, zmike

Tags: #enlightenment-git

Differential Revision: https://phab.enlightenment.org/D11633
This commit is contained in:
Simon Tischer 2020-04-03 10:24:12 +01:00 committed by Carsten Haitzler (Rasterman)
parent b320eda808
commit 8194f7c663
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ _cpuclock_configure_cb(Evas_Object *g)
Instance *inst = evas_object_data_get(g, "Instance");
if (!sysinfo_config) return NULL;
if (inst->cfg->cpuclock.popup) return NULL;
return cpuclock_configure(inst);
}