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 What's New increment settings mismatch #11322

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

gxalpha
Copy link
Member

@gxalpha gxalpha commented Sep 27, 2024

Description

The InfoIncrement key in the application config everywhere else. This mismatch caused the "What's New" menu entry to stop functioning.

Motivation and Context

The recent settings refactor broke this by mismatching the configs.
Found while investigating #11321.

How Has This Been Tested?

Used the "Help" -> "What's New" menu.
Doesn't work without this PR, does with it.

Made sure that in the code base now the app config is used everywhere for this.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

The InfoIncrement key in the application config everywhere else. This
mismatch caused the "What's New" menu entry to stop functioning.
@gxalpha gxalpha added the Bug Fix Non-breaking change which fixes an issue label Sep 27, 2024
@RytoEX RytoEX added this to the OBS Studio 31 milestone Oct 3, 2024
@RytoEX RytoEX merged commit ad5040c into obsproject:master Oct 3, 2024
14 checks passed
@gxalpha gxalpha deleted the whatsnew-mismatch branch October 3, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fix Non-breaking change which fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants