fixed: custom模式下,关于窗口显示的信息有误.
This commit is contained in:
parent
7ec4295687
commit
61e1774ad6
|
@ -82,7 +82,7 @@ export class BrowserDialogHandler extends AbstractDialogHandler {
|
|||
this.productService.IDEVersion || 'Unknown',
|
||||
this.productService.commit || 'Unknown',
|
||||
this.productService.date ? `${this.productService.date}${useAgo ? ' (' + fromNow(new Date(this.productService.date), true) + ')' : ''}` : 'Unknown',
|
||||
navigator.userAgent
|
||||
navigator.userAgent.replace(this.productService.version, this.productService.IDEVersion)
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue