mirror of
https://github.com/nathanp/crypto-price-widget.git
synced 2025-12-05 17:02:33 -05:00
final polishes for first release
This commit is contained in:
7
main.js
7
main.js
@@ -19,8 +19,8 @@ let mainWindow
|
||||
function createWindow () {
|
||||
// Load the previous state with fallback to defaults
|
||||
let mainWindowState = windowStateKeeper({
|
||||
defaultWidth: 360,
|
||||
defaultHeight: 420
|
||||
defaultWidth: 320,
|
||||
defaultHeight: 240
|
||||
});
|
||||
// Create the browser window.
|
||||
mainWindow = new electron.BrowserWindow({
|
||||
@@ -89,5 +89,4 @@ app.on('activate', function () {
|
||||
})
|
||||
|
||||
// In this file you can include the rest of your app's specific main process
|
||||
// code. You can also put them in separate files and require them here.
|
||||
|
||||
// code. You can also put them in separate files and require them here.
|
||||
Reference in New Issue
Block a user