Skip to content

Commit

Permalink
chore: Move help box position
Browse files Browse the repository at this point in the history
  • Loading branch information
lilxyzw committed Sep 4, 2023
1 parent b05b6b2 commit 31c6e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/lilToon/Editor/lilInspector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5841,7 +5841,6 @@ private void DrawEncryptionSettings()
{
if(lilDirectoryManager.ExistsEncryption() || lilDirectoryManager.ExistsAvaCryptV2())
{
EditorGUILayout.HelpBox("This will be removed in the future.", MessageType.Warning);
if(!ShouldDrawBlock(PropertyBlock.Encryption)) return;
edSet.isShowEncryption = lilEditorGUI.Foldout(GetLoc("sEncryption"), edSet.isShowEncryption);
DrawMenuButton(GetLoc("sAnchorEncryption"), PropertyBlock.Encryption);
Expand All @@ -5851,6 +5850,7 @@ private void DrawEncryptionSettings()
EditorGUILayout.LabelField(GetLoc("sEncryption"), customToggleFont);
DrawMenuButton(GetLoc("sAnchorEncryption"), PropertyBlock.Encryption);
EditorGUILayout.BeginVertical(boxInnerHalf);
EditorGUILayout.HelpBox("This will be removed in the future.", MessageType.Warning);
LocalizedProperty(ignoreEncryption);
if(lilDirectoryManager.ExistsEncryption())
{
Expand Down

0 comments on commit 31c6e39

Please sign in to comment.