GitUI.RevisionGrid.ShowUncommitedChanges C# (CSharp) Méthode

ShowUncommitedChanges() private méthode

private ShowUncommitedChanges ( ) : bool
Résultat bool
        private bool ShowUncommitedChanges()
        {
            return ShowUncommitedChangesIfPossible && AppSettings.RevisionGraphShowWorkingDirChanges;
        }
RevisionGrid