提交 1ea67719 编写于 作者: J Johannes Rieken
上级 4acde6b5
...@@ -252,11 +252,13 @@ export class Resource implements SourceControlResourceState { ...@@ -252,11 +252,13 @@ export class Resource implements SourceControlResourceState {
} }
get resourceDecoration(): Decoration { get resourceDecoration(): Decoration {
const title = this.tooltip; return {
const letter = this.letter; bubble: this.type !== Status.DELETED && this.type !== Status.INDEX_DELETED,
const color = this.color; title: this.tooltip,
const priority = this.priority; letter: this.letter,
return { bubble: true, title, letter, color, priority }; color: this.color,
priority: this.priority
};
} }
constructor( constructor(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册