mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
lint
This commit is contained in:
parent
19f1489c92
commit
0c428efea0
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ import { _t } from 'matrix-react-sdk/lib/languageHandler';
|
|||
import Promise from 'bluebird';
|
||||
import rageshake from 'matrix-react-sdk/lib/rageshake/rageshake';
|
||||
|
||||
const ipcRenderer = window.ipcRenderer;
|
||||
|
||||
function platformFriendlyName(): string {
|
||||
// used to use window.process but the same info is available here
|
||||
if (navigator.userAgent.indexOf('Macintosh')) {
|
||||
|
|
Loading…
Reference in a new issue