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

fix: Do not connect to network on startup when setting is disabled #1823

Merged
merged 1 commit into from
Jul 21, 2024

Conversation

csnover
Copy link
Contributor

@csnover csnover commented Jul 18, 2024

Problem description

ImHex asks users whether they wish to opt-in to network connections on start (excellent!), then ignores that and tries to connect to the network anyway when the welcome screen loads (less excellent!).

Implementation description

Also don’t connect to the network on the welcome screen if it is supposed to not do that.

@csnover csnover marked this pull request as draft July 18, 2024 22:49
@csnover csnover marked this pull request as ready for review July 18, 2024 22:51
@WerWolv
Copy link
Owner

WerWolv commented Jul 21, 2024

Thank you. This setting originally just referred to telemetry but this should ultimately be handled somewhere higher up probably so all requests to the API are just rejected (or just turn off all networking stuff). I'll merge it for now though.

@WerWolv WerWolv merged commit 13fd956 into WerWolv:master Jul 21, 2024
18 checks 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