This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
UnityExtension/Assets/Editor/GitHub.Unity/UI Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 181
181
<value >Pull</value >
182
182
</data >
183
183
<data name =" PullButtonCount" xml : space =" preserve" >
184
- <value / >
184
+ <value >Pull ({0})</ value >
185
185
</data >
186
186
<data name =" PushButton" xml : space =" preserve" >
187
187
<value >Push</value >
188
188
</data >
189
189
<data name =" PushButtonCount" xml : space =" preserve" >
190
- <value / >
190
+ <value >Push ({0})</ value >
191
191
</data >
192
192
<data name =" PullConfirmTitle" xml : space =" preserve" >
193
193
<value >Pull Changes?</value >
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ private void DoActionbarGUI()
509
509
EditorGUI . EndDisabledGroup ( ) ;
510
510
511
511
// Push button
512
- EditorGUI . BeginDisabledGroup ( currentRemoteName == null || statusBehind ! = 0 ) ;
512
+ EditorGUI . BeginDisabledGroup ( currentRemoteName == null || statusAhead = = 0 ) ;
513
513
{
514
514
var pushButtonText = statusAhead > 0 ? String . Format ( Localization . PushButtonCount , statusAhead ) : Localization . PushButton ;
515
515
var pushClicked = GUILayout . Button ( pushButtonText , Styles . ToolbarButtonStyle ) ;
You can’t perform that action at this time.
0 commit comments