-
Notifications
You must be signed in to change notification settings - Fork 635
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 to preferences panel #13358
Conversation
LGTM, Can we append some tests to serialize the new settings? I think we already have a preference setting somewhere so you only need to touch the settings.xml and update the test. |
Yes, looking into the tests now. |
Oops, there is some conflict to address with #13355 |
@QilongTang Added the BackupInterval and HardwareAcceleration property to the preferences-serialization tests. MaxNumRecentFiles is already added to this test and we have 2 separate tests for the loading of PythonTemplate. We also have a CanUpdatePythonTemplateSettings() test in the CoreTests class that checks: changing the PythonTemplate. So that should cover it. |
Purpose
Add the following settings to preferences panel. Serialize user preference.
https://jira.autodesk.com/browse/DYN-5203
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Add settings to preferences panel
Reviewers
@QilongTang @jesusalvino @Amoursol