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

remove settings window, make quiet default, do not update toolbox if … #1238

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

DubbleClick
Copy link
Member

…it's installed

}
}
// Delete all files
DeleteInstallationDirectory();
Copy link
Member Author

Choose a reason for hiding this comment

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

not entirely sure about this, but if the user clicked no, it essentially didn't do anything

@@ -176,19 +167,12 @@ int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int n

if (iRet == IDYES) {
// @Cleanup: Check return value
if (!Install(settings.quiet)) {
if (!Install()) {
Copy link
Member Author

Choose a reason for hiding this comment

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

I think it's fair to always show the box here

@3vcloud 3vcloud merged commit 278fd1a into dev Oct 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants