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

Store GUI settings in TriblerConfig #8101

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

egbertbouman
Copy link
Member

Currently, Tribler uses the browser's localStorage to store the GUI settings. However, since we're using a default port of 0, the GUI settings are likely to be reset after every restart.

This PR addresses this issue by avoiding the use of localStorage and storing the GUI settings alongside the core settings instead.

@egbertbouman egbertbouman marked this pull request as ready for review August 20, 2024 14:02
qstokkink
qstokkink previously approved these changes Aug 20, 2024
Copy link
Contributor

@qstokkink qstokkink left a comment

Choose a reason for hiding this comment

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

I'll pre-approve, in case #8101 (comment) turns out to be a non-issue.

@egbertbouman
Copy link
Member Author

validate

@egbertbouman egbertbouman merged commit 2d744dc into Tribler:main Aug 20, 2024
6 checks passed
@egbertbouman egbertbouman deleted the gui_settings branch August 20, 2024 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants