We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee32fe commit c335e15Copy full SHA for c335e15
Assets/Plugins/CandyCoded.GitStatus/Scripts/CustomEditor/GitStatusPanel.cs
@@ -58,7 +58,7 @@ private void OnGUI()
58
GUILayout.Label($"Untracked Files: {_untrackedFiles?.Length}");
59
GUILayout.Label($"Last Updated: {_lastUpdated}");
60
61
- if (GUILayout.Button("Force Update"))
+ if (GUILayout.Button("Refresh"))
62
{
63
64
UpdateData();
0 commit comments