mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 23:09:11 +02:00
move tray declaration down in main.js
This commit is contained in:
parent
cd3762a889
commit
b8e3203d3f
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,6 @@ var ProcessGroupStates = hfprocess.ProcessGroupStates;
|
|||
|
||||
const ipcMain = electron.ipcMain;
|
||||
|
||||
var tray = null;
|
||||
|
||||
var path = require('path');
|
||||
var TRAY_ICON = path.join(__dirname, '../resources/console-tray.png');
|
||||
|
||||
|
@ -77,6 +75,7 @@ function startInterface(url) {
|
|||
pInterface.start();
|
||||
}
|
||||
|
||||
var tray = null;
|
||||
var homeServer = null;
|
||||
|
||||
const GO_HOME_INDEX = 0;
|
||||
|
|
Loading…
Reference in a new issue