Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit c9d2015

Browse files
Undoing change made for ui testing
1 parent a4e965b commit c9d2015

File tree

1 file changed

+1
-1
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/UI

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/Window.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ private void DoToolbarGUI()
284284
changeTab = activeTab;
285285
EditorGUI.BeginChangeCheck();
286286
{
287-
if (!HasRepository)
287+
if (HasRepository)
288288
{
289289
changeTab = TabButton(SubTab.Changes, ChangesTitle, changeTab);
290290
changeTab = TabButton(SubTab.History, HistoryTitle, changeTab);

0 commit comments

Comments
 (0)