mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
remove alerterror
This commit is contained in:
@@ -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(() => { });
|
||||
|
||||
Reference in New Issue
Block a user