Eric Amodio преди 3 години
родител
ревизия
393155a020
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. +4
    -0
      src/git/models/status.ts

+ 4
- 0
src/git/models/status.ts Целия файл

@ -45,6 +45,10 @@ export class GitStatus {
return this.files.filter(f => f.conflicted);
}
get hasChanges() {
return this.files.length !== 0;
}
@memoize()
get hasConflicts() {
return this.files.some(f => f.conflicted);

Зареждане…
Отказ
Запис