Convert dock_icon.js to TypeScript
This commit is contained in:
parent
932e44e3bf
commit
f404904a49
4 changed files with 20 additions and 24 deletions
|
@ -1,11 +1,11 @@
|
|||
// Copyright 2017-2020 Signal Messenger, LLC
|
||||
// Copyright 2017-2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
const path = require('path');
|
||||
|
||||
const fs = require('fs');
|
||||
const { app, Menu, Tray } = require('electron');
|
||||
const dockIcon = require('./dock_icon');
|
||||
const dockIcon = require('../ts/dock_icon');
|
||||
|
||||
let trayContextMenu = null;
|
||||
let tray = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue