BIGGER!
At the default window size, Riot starts with the left bar folded down which is not ideal as a default.
This commit is contained in:
parent
eef629137e
commit
da30338aa7
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ let window = null;
|
|||
app.on('ready', () => {
|
||||
window = new BrowserWindow({
|
||||
icon: `${__dirname}/../../vector/img/logo.png`,
|
||||
width: 1024, height: 768,
|
||||
});
|
||||
window.loadURL(`file://${__dirname}/../../vector/index.html`);
|
||||
window.on('closed', () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue