提交 a6a9ce9e 编写于 作者: R Rob Lourens

Fix Settings Search Issue title in reporter

上级 68054914
......@@ -81,6 +81,8 @@ ${this.getInfos()}`;
return 'Bug';
} else if (this._data.issueType === IssueType.PerformanceIssue) {
return 'Performance Issue';
} else if (this._data.issueType === IssueType.SettingsSearchIssue) {
return 'Settings Search Issue';
} else {
return 'Feature Request';
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册