1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-08 03:23:50 +00:00

remove alerterror

This commit is contained in:
Kyle Spearrin
2018-01-26 16:13:58 -05:00
parent a8e98f66bd
commit 641046490b
3 changed files with 5 additions and 15 deletions

View File

@@ -114,13 +114,6 @@ export class DesktopPlatformUtilsService implements PlatformUtilsService {
window.document.body.removeChild(a);
}
alertError(title: string, message: string): void {
ipcRenderer.send('showError', {
title: title || this.i18nService.t('error'),
message: message,
});
}
getApplicationVersion(): string {
return (window as any).require('electron').remote.app.getVersion();
}