QTfrontend/hwform.cpp
changeset 14670 56831f466d1d
parent 14646 e3e6b0c6543f
child 14677 93429d8f6b3f
--- 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()