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

Use tauri store for GUI config #923

Merged
merged 6 commits into from
Mar 28, 2024
Merged

Use tauri store for GUI config #923

merged 6 commits into from
Mar 28, 2024

Conversation

ImUrX
Copy link
Member

@ImUrX ImUrX commented Jan 23, 2024

Uses tauri store if tauri is being used, if not, localStorage is still used.
There is multiple reasons for this like being able to backup your GUI config, and not losing localStorage if for some reason Tauri changes the domain url.

There is a migration script also

@ImUrX ImUrX added Area: GUI Related to the GUI Type: Enhancement Adds or improves a feature labels Jan 23, 2024
@ImUrX ImUrX requested a review from ButterscotchV March 7, 2024 15:14
@ImUrX ImUrX merged commit aefaa65 into SlimeVR:main Mar 28, 2024
11 checks passed
@ImUrX ImUrX deleted the store-tauri branch March 28, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: GUI Related to the GUI Type: Enhancement Adds or improves a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants