--- a/QTfrontend/hwform.cpp Wed Jan 23 03:46:32 2019 +0100
+++ b/QTfrontend/hwform.cpp Fri Jan 25 06:46:13 2019 +0100
@@ -2266,7 +2266,8 @@
+ (!config->Form->ui.pageOptions->CBTeamTag->isChecked() ? " --no-teamtag" : "")
+ (!config->Form->ui.pageOptions->CBHogTag->isChecked() ? " --no-hogtag" : "")
+ (!config->Form->ui.pageOptions->CBHealthTag->isChecked() ? " --no-healthtag" : "")
- + (config->Form->ui.pageOptions->CBTagOpacity->isChecked() ? " --translucent-tags" : "");
+ + (config->Form->ui.pageOptions->CBTagOpacity->isChecked() ? " --translucent-tags" : "")
+ + (!config->isHolidaySillinessEnabled() ? " --no-holiday-silliness" : "");
}
void HWForm::AssociateFiles()