Skip to content

Commit

Permalink
fix #30
Browse files Browse the repository at this point in the history
  • Loading branch information
rexdf committed Aug 30, 2018
1 parent 3c2e602 commit 04ebdf1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CommandTrayHost/configure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,10 @@ void start_all(HANDLE ghJob, bool force)
if (false == ignore_all)*/
if (!i.value("ignore_all", false))
{
i["enabled"] = true;
if (!json_object_has_member(i, "exclusion_id"))
{
i["enabled"] = true;
}
}
}
else
Expand Down

0 comments on commit 04ebdf1

Please sign in to comment.