Upgrade to Electron v26.1.0 (#2808)
* Upgrade to Electron v26.1.0 * Fix TS issues --------- Co-authored-by: Devin Binnie <devin.binnie@mattermost.com>
This commit is contained in:

committed by
GitHub

parent
d8a42d68db
commit
f581f439df
@@ -1,7 +1,7 @@
|
||||
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
import {BrowserView, dialog, ipcMain, IpcMainEvent, IpcMainInvokeEvent} from 'electron';
|
||||
import {BrowserView, dialog, ipcMain, IpcMainEvent, IpcMainInvokeEvent, Event} from 'electron';
|
||||
|
||||
import ServerViewState from 'app/serverViewState';
|
||||
|
||||
|
Reference in New Issue
Block a user