Skip to content

Commit

Permalink
#1.1.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
BelicusBr committed Jan 25, 2024
1 parent b5c041c commit 3268507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Editor/UnityEditorTerminal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class UnityEditorTerminal : EditorWindow {
"CMD", "PowerShell", "MacOS Terminal", "GNOME Terminal"
};

//[MenuItem("Window/UE-Terminal")]
[MenuItem("Window/UE-Terminal")]
private static void Init() {
UnityEditorTerminal window = GetWindow<UnityEditorTerminal>();
window.WorkingDirectory = Path.GetDirectoryName(Application.dataPath);
Expand Down
2 changes: 1 addition & 1 deletion Test/Editor/UnityEditorTerminal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class UnityEditorTerminal : EditorWindow {
"CMD", "PowerShell", "MacOS Terminal", "GNOME Terminal"
};

[MenuItem("Window/UE-Terminal")]
[MenuItem("Window/UE-Terminal-Test")]
private static void Init() {
UnityEditorTerminal window = GetWindow<UnityEditorTerminal>();
window.titleContent = new GUIContent("Unity Editor Terminal");
Expand Down

0 comments on commit 3268507

Please sign in to comment.