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

@@ -31,7 +31,7 @@ QIcon
PixelateTool::icon(const QColor& background, bool inEditor) const
{
Q_UNUSED(inEditor);
return QIcon(iconPath(background) + "blur.svg");
return QIcon(iconPath(background) + "pixelate.svg");
}
QString
PixelateTool::name() const