mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Rename action to Create Project Folders
This commit is contained in:
parent
da28af5af5
commit
56fb5c4c02
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue