Skip to content

Commit b39ea2b

Browse files
committed
Fixed issue where assets were not refreshed when switching branches.
1 parent f5429a8 commit b39ea2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/Plugins/CandyCoded.GitStatus/Scripts/CustomEditor/GitStatusPanel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ private void OnGUI()
8585

8686
});
8787

88+
EditorApplication.ExecuteMenuItem("Assets/Refresh");
89+
8890
}
8991

9092
}

0 commit comments

Comments
 (0)