-
Notifications
You must be signed in to change notification settings - Fork 14
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
Improve app init layout launch flow #424
Improve app init layout launch flow #424
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small question, rest looks good!
@@ -151,7 +157,7 @@ const showLoadingWindow = async (opts = {}) => { | |||
isNotRunProgressLoaderRequired = false, | |||
isIndeterminateMode = false, | |||
noParent = false | |||
} = { ...opts } | |||
} = opts ?? {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am confused with this, we just have on the top (opts = {})
{ shouldWinBeFocused: true } | ||
) | ||
} | ||
} = opts ?? {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am confused with this, we just have on the top (opts = {})
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
This PR Improves the app-init layout launch flow
Basic changes:
electron
version from27.3.5
to27.3.11
to have the latest patch