Skip to content

Commit 5ee75ba

Browse files
author
john lim
committed
reverted real final
1 parent e7def14 commit 5ee75ba

File tree

16 files changed

+3
-3
lines changed

16 files changed

+3
-3
lines changed

app/electron/menu.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ var MenuBuilder = function(mainWindow, appName) {
1717

1818
const openTutorial = () => {
1919
const tutorial = new BrowserWindow({
20-
width: 1126,
20+
width: 1180,
2121
height: 900,
22-
minWidth: 661,
22+
minWidth: 665,
2323
title: 'Tutorial',
2424
webPreferences: {
2525
nodeIntegration: false,
@@ -33,7 +33,7 @@ var MenuBuilder = function(mainWindow, appName) {
3333
});
3434
if (process.env.NODE_ENV === 'development') {
3535
tutorial.loadURL(`http://localhost:8080/#/tutorial`);}
36-
else if (process.env.NODE_ENV === 'production'){
36+
else {
3737
tutorial.loadURL(`${Protocol.scheme}://rse/index-prod.html#/tutorial`);
3838
}
3939
tutorial.show();

app/src/public/icons/mac/icon.icns

44.7 KB
Binary file not shown.
428 Bytes
Loading

app/src/public/icons/png/16x16.png

-389 Bytes
Loading

app/src/public/icons/png/24x24.png

-691 Bytes
Loading
11.4 KB
Loading

app/src/public/icons/png/32x32.png

-1.12 KB
Loading

app/src/public/icons/png/48x48.png

-1.62 KB
Loading
86.5 KB
Loading

app/src/public/icons/png/64x64.png

-1.44 KB
Loading

0 commit comments

Comments
 (0)