mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Move files around
This commit is contained in:
@@ -528,11 +528,11 @@ function createTray() {
|
||||
let tray = null;
|
||||
if (process.platform === 'darwin') {
|
||||
const image = nativeImage.createFromPath(
|
||||
path.join(rootDir, 'images/tray.png')
|
||||
path.join(rootDir, 'images/VRCX.ico')
|
||||
);
|
||||
tray = new Tray(image.resize({ width: 16, height: 16 }));
|
||||
} else {
|
||||
tray = new Tray(path.join(rootDir, 'images/tray.png'));
|
||||
tray = new Tray(path.join(rootDir, 'images/VRCX.ico'));
|
||||
}
|
||||
const contextMenu = Menu.buildFromTemplate([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user