Component refactoring
This commit is contained in:
@@ -21,7 +21,7 @@ let mountedPIDs = [];
|
||||
|
||||
function createWindow() {
|
||||
// Create the browser window.
|
||||
const height = process.env.ELECTRON_START_URL ? 340 : 320;
|
||||
const height = process.env.ELECTRON_START_URL ? 344 : 324;
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 425,
|
||||
height: height,
|
||||
|
||||
Reference in New Issue
Block a user