|
|
@ -15,7 +15,7 @@ app.setAppUserModelId('org.whispersystems.signal-desktop')
|
|
|
|
|
|
|
|
|
|
|
|
// Keep a global reference of the window object, if you don't, the window will
|
|
|
|
// Keep a global reference of the window object, if you don't, the window will
|
|
|
|
// be closed automatically when the JavaScript object is garbage collected.
|
|
|
|
// be closed automatically when the JavaScript object is garbage collected.
|
|
|
|
let mainWindow
|
|
|
|
let mainWindow;
|
|
|
|
|
|
|
|
|
|
|
|
const config = require("./app/config");
|
|
|
|
const config = require("./app/config");
|
|
|
|
|
|
|
|
|
|
|
|