Skip to content

Commit 04ebdf1

Browse files
committed
fix #30
1 parent 3c2e602 commit 04ebdf1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CommandTrayHost/configure.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -2185,7 +2185,10 @@ void start_all(HANDLE ghJob, bool force)
21852185
if (false == ignore_all)*/
21862186
if (!i.value("ignore_all", false))
21872187
{
2188-
i["enabled"] = true;
2188+
if (!json_object_has_member(i, "exclusion_id"))
2189+
{
2190+
i["enabled"] = true;
2191+
}
21892192
}
21902193
}
21912194
else

0 commit comments

Comments
 (0)