Skip to content

Commit 66a28c1

Browse files
authored
Merge pull request #49 from jinsoolim/copyofrevert
Copyofrevert
2 parents 14b6db9 + 88f0f8d commit 66a28c1

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
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/components/login/SignIn.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ const SignIn: React.FC<LoginInt & RouteComponentProps> = props => {
217217
>
218218
Sign In
219219
</Button>
220-
<Button
220+
{/* <Button
221221
fullWidth
222222
variant="contained"
223223
color="default"
@@ -229,14 +229,14 @@ const SignIn: React.FC<LoginInt & RouteComponentProps> = props => {
229229
<GitHubIcon />
230230
</Button>
231231
<FacebookLogin
232-
appId={FBAPPID}
232+
appId={FBAPPID}
233233
autoLoad={false}
234234
fields="name, email, picture"
235235
callback={responseFacebook}
236236
icon="fa-facebook-square"
237237
cssClass={'oauth-btn'}
238238
textButton=' Login with Facebook'
239-
/>
239+
/> */}
240240
<Button
241241
fullWidth
242242
variant="contained"

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

44.7 KB
Binary file not shown.

resources/icon.icns

106 KB
Binary file not shown.

resources/icon.ico

98 KB
Binary file not shown.

resources/icon.png

753 KB
Loading

resources/reactype4.png

-795 KB
Binary file not shown.

0 commit comments

Comments
 (0)