Skip to content

Commit

Permalink
Update CPFolderIconDrawer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayWolf52 committed Jul 30, 2024
1 parent 6f07ec7 commit e240c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Module/ControlPanel/CPFolderIconDrawer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static void OnDrawFolderIcon()
if (GUILayout.Button("Create FolderIconSetting"))
{
_settings = CreateAsset.CreateAndGetScriptableAsset<FolderIconSettings>(
"Assets/_Sunflower/Editor/FolderIcon");
"Assets/_Root/Editor/FolderIcon");
Init();
}
}
Expand Down

0 comments on commit e240c9f

Please sign in to comment.