Rename action to Create Project Folders

This commit is contained in:
Roy Nieterau 2024-10-04 11:08:56 +02:00
parent da28af5af5
commit 56fb5c4c02

View file

@ -1,10 +1,10 @@
from ayon_core.pipeline import LauncherAction, project_folders
class CreateProjectStructureAction(LauncherAction):
"""Create project structure as defined in settings."""
name = "create_project_structure"
label = "Create Project Structure"
class CreateProjectFoldersAction(LauncherAction):
"""Create project folders as defined in settings."""
name = "create_project_folders"
label = "Create Project Folders"
icon = "sitemap"
color = "#e0e1e1"
order = 1000