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:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user