mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Updated README.md
This commit is contained in:
parent
b025948d90
commit
31c5a88e94
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ app.whenReady().then(async () => {
|
|||
tray.setToolTip("Discord");
|
||||
tray.setContextMenu(contextMenu);
|
||||
} else {
|
||||
var trayIcon = await getConfig("trayIcon") ?? "ac_plug_colored";
|
||||
var trayIcon = (await getConfig("trayIcon")) ?? "ac_plug_colored";
|
||||
tray = new Tray(path.join(__dirname, "../", `/assets/${trayIcon}.png`));
|
||||
const contextMenu = Menu.buildFromTemplate([
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue