1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +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

@@ -26,10 +26,6 @@ ipcMain.on('keytar', async (event: any, message: any) => {
});
*/
ipcMain.on('showError', async (event: any, message: any) => {
dialog.showErrorBox(message.title, message.message);
});
import { I18nService } from './services/i18n.service';
const i18nService = new I18nService('en', './locales/');
i18nService.init().then(() => { });