-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Add settings reset & advanced section #1154
Conversation
Done so we don't have to maintain two sets of "default" configs by copying the properties from defaultGUIConfig (while excluding "lang" and "doneOnboarding") and manually re-adding defaults for "devSettings. Both cause eslint/ts errors but are intentionally ignored because it works lol.
Make opening data folder (renamed from config to data) work, changed from grid to rows, removed unneeded code, add comment to InterfaceSettings
Add variable for the "type" of reset being done, use Tauri's appConfigDir(), use bug icon, change gap and comment Co-Authored-By: Uriel <imurx@proton.me>
my bad x2
Co-Authored-By: Uriel <imurx@proton.me>
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.
just use all as default, no need for an unknown in here
Co-authored-by: Uriel <imurx@proton.me>
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.
🐛
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.
oops, check my comment 🐛 (sad bug)
Co-Authored-By: Butterscotch! <5095026+ButterscotchV@users.noreply.github.com>
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.
🐄
Create advanced section containing some config functions - settings reset for GUI/server/all and opening SlimeVR's data folder.
Fixes #926, requires SlimeVR/SolarXR-Protocol#146.