Moved TS generation behind flag, fixed more references to blur, fixed missing pixelate icon.

This commit is contained in:
Jeremy Borgman
2020-09-06 10:11:27 -05:00
committed by borgmanJeremy
parent 9de316425f
commit 889b688ee2
7 changed files with 33 additions and 27 deletions

View File

@@ -94,7 +94,7 @@ ToolFactory::CreateTool(CaptureButton::ButtonType t, QObject* parent)
case CaptureButton::TYPE_OPEN_APP:
tool = new AppLauncher(parent);
break;
case CaptureButton::TYPE_BLUR:
case CaptureButton::TYPE_PIXELATE:
tool = new PixelateTool(parent);
break;
case CaptureButton::TYPE_PIN: