Skip to content

Commit

Permalink
-update: add log when delete user setting of finder
Browse files Browse the repository at this point in the history
  • Loading branch information
aprius committed Sep 17, 2023
1 parent f691838 commit d07d509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Editor/MenuToolsCreator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ private static void DeleteUserFinderSetting()
{
System.IO.File.Delete(path);
AssetDatabase.Refresh();
Debug.Log("Success delete user settings of finder!");
}
}

Expand Down

0 comments on commit d07d509

Please sign in to comment.