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

UI: Fix Grid Mode not persisting from View Menu #10692

Merged
merged 1 commit into from
May 25, 2024

Commits on May 19, 2024

  1. UI: Fix Grid Mode not persisting from View Menu

    When clicking Grid Mode or List Mode from the context menu within the
    Scenes list, whether or not Grid Mode is enabled persists between OBS
    sessions. When clicking Grid or List from the View Menu, the setting
    does not persist between OBS sessions. This seems to be a regression
    from fc8c428.
    
    Previously, SceneTree's SetGridMode would set this config value. If the
    intent is to not have SetGridMode directly set the config value, then
    any function that calls SetGridMode other than the OBSBasic constructor
    must instead set the config value.
    RytoEX committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e5caee6 View commit details
    Browse the repository at this point in the history