From eb2aa7b32c06acba04756bff90f3a6c03c73d199 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Thu, 21 Feb 2019 19:18:43 +0100 Subject: [PATCH] changed action icon --- pype/plugins/launcher/actions/AssetCreator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/plugins/launcher/actions/AssetCreator.py b/pype/plugins/launcher/actions/AssetCreator.py index b9ac937a80..d6875bd7ff 100644 --- a/pype/plugins/launcher/actions/AssetCreator.py +++ b/pype/plugins/launcher/actions/AssetCreator.py @@ -14,7 +14,7 @@ class AssetCreator(api.Action): name = "asset_creator" label = "Asset Creator" - icon = "retweet" + icon = "plus-square" order = 250 def is_compatible(self, session):