forked from Chronika/Launcher
v0.1.0 - Test
This commit is contained in:
8
index.js
8
index.js
@@ -121,12 +121,12 @@ ipcMain.on(MSFT_OPCODE.OPEN_LOGIN, (ipcEvent, ...arguments_) => {
|
||||
msftAuthViewSuccess = arguments_[0]
|
||||
msftAuthViewOnClose = arguments_[1]
|
||||
msftAuthWindow = new BrowserWindow({
|
||||
title: 'Microsoft Login',
|
||||
title: 'Microsoft Belépés',
|
||||
backgroundColor: '#222222',
|
||||
width: 520,
|
||||
height: 600,
|
||||
frame: true,
|
||||
icon: getPlatformIcon('SealCircle')
|
||||
icon: getPlatformIcon('ChronikaLogo')
|
||||
})
|
||||
|
||||
msftAuthWindow.on('closed', () => {
|
||||
@@ -179,7 +179,7 @@ ipcMain.on(MSFT_OPCODE.OPEN_LOGOUT, (ipcEvent, uuid, isLastAccount) => {
|
||||
width: 520,
|
||||
height: 600,
|
||||
frame: true,
|
||||
icon: getPlatformIcon('SealCircle')
|
||||
icon: getPlatformIcon('ChronikaLogo')
|
||||
})
|
||||
|
||||
msftLogoutWindow.on('closed', () => {
|
||||
@@ -225,7 +225,7 @@ function createWindow() {
|
||||
win = new BrowserWindow({
|
||||
width: 980,
|
||||
height: 552,
|
||||
icon: getPlatformIcon('SealCircle'),
|
||||
icon: getPlatformIcon('ChronikaLogo'),
|
||||
frame: false,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, 'app', 'assets', 'js', 'preloader.js'),
|
||||
|
||||
Reference in New Issue
Block a user