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

Disable GL VU-Meters on windows by default. #11787

Merged
merged 3 commits into from
Aug 4, 2023
Merged

Conversation

daschuer
Copy link
Member

@daschuer daschuer commented Aug 3, 2023

This fixes: #11785

And adds the command line option --enableVuMeterGL to override the new default.

Comment on lines +115 to +117
} else if (QString::fromLocal8Bit(argv[i]).contains(
"--enableVuMeterGL", Qt::CaseInsensitive)) {
m_useVuMeterGL = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are hidden from -h and so forth, is that intentional?

src/util/cmdlineargs.cpp Outdated Show resolved Hide resolved
Copy link
Member

@ywwg ywwg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm with the small const fix, let's get this in

@dan-giddins
Copy link

This fixes #11789

daschuer and others added 2 commits August 4, 2023 23:21
Co-authored-by: Swiftb0y <12380386+Swiftb0y@users.noreply.github.com>
@daschuer
Copy link
Member Author

daschuer commented Aug 4, 2023

Done.

Copy link
Member

@Swiftb0y Swiftb0y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just fyi there'll probably merge conflicts because we migrated to QCommandlineparser in 2.4 iirc.

@Swiftb0y Swiftb0y merged commit 02feca8 into mixxxdj:2.3 Aug 4, 2023
8 checks passed
@daschuer
Copy link
Member Author

daschuer commented Aug 4, 2023

In 2.4 we have decided to make "false" default for all. I have merged 2.3 into 2.4 and reverted this PR during resolving of conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants