Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #98 by using async functionality #99

Closed
wants to merge 2 commits into from
Closed

Closes #98 by using async functionality #99

wants to merge 2 commits into from

Conversation

seraco
Copy link

@seraco seraco commented Oct 15, 2017

Bugs Squashed

Resolves issue #98.

@@ -47,7 +47,7 @@ if (process.env.NODE_ENV !== 'development') {
const createWindow = () => {
mainWindow = new BrowserWindow({
'show': false,
'resizable': false,
'resizable': true,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the relevance of this to the PR?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No relevance at all. The problem was that I am developing on MacOS and I could not see all the content of the window if it was not resizable. You can leave it as before.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants