Skip to content

Commit

Permalink
syncing with dev to minimise changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdbroughton committed Apr 22, 2023
1 parent 5459af4 commit 7def8d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public Task<List<Branch>> StreamGetBranches(string streamId, int branchesLimit =
return StreamGetBranches(CancellationToken.None, streamId, branchesLimit, commitsLimit);
}



/// <summary>
/// Get branches from a given stream
/// </summary>
Expand Down
3 changes: 2 additions & 1 deletion DesktopUI2/DesktopUI2/ViewModels/StreamViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ private void GetReport()
Report = report;

//do not switch to report tab automatically
//if (HasReportItems)
//if (HasReportItems)
//{
// // activate report tab
// SelectedTab = 4;
Expand Down Expand Up @@ -1624,5 +1624,6 @@ public void Dispose()
Client?.Dispose();
}
#endregion

}
}

0 comments on commit 7def8d8

Please sign in to comment.