git: don't show ahead/behind when syncing

This commit is contained in:
Joao Moreno
2017-01-17 17:08:07 +01:00
parent 28ce7a014d
commit fab6f8871a

View File

@@ -128,6 +128,7 @@ export class SyncStatusBar {
}
if (this.state.isSyncRunning) {
text = '';
command = '';
tooltip = 'Synchronizing changes...';
}