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

Add warnings and volatile flag to settings #697

Merged
merged 1 commit into from
Jul 3, 2023
Merged

Commits on Jul 3, 2023

  1. Add warnings and volatile flag to settings

    This adds two functions for settings. A warning message can be added,
    which will either always be displayed to the user when they change the
    value, or only when they change it away from some default. They are
    given the opportunity to cancel the change if the warning makes them
    reconsider.
    
    Also, a setting can be marked "volatile" which will cause the settings
    tab to be fully reloaded when it has been changed. This resets the
    view as well, so it's not ideal, but this can be used when one setting
    necessarily impacts another.
    
    Fixes #10695
    kk7ds committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f115008 View commit details
    Browse the repository at this point in the history