X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Fmain.c;h=539d4020e7ea1ee83cbaf76158ffa24194fd7963;hp=5824b7247a1eb96100f31e37af68415cbfe025e9;hb=b0fbaa0cc4cdc38bc86e3739e5bc78d73ca063ec;hpb=29dfcfeccb170d4816c8686ed31b44269da2de8e diff --git a/src/main.c b/src/main.c index 5824b72..539d402 100644 --- a/src/main.c +++ b/src/main.c @@ -322,6 +322,8 @@ static void associate_preferences(struct psensor **sensors) s->name = n; } + s->appindicator_enabled = config_is_appindicator_enabled(s->id); + sensor_cur++; } }