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

FIX(ui): Preserve other check-box states if All messages was checked #6348

Merged
merged 1 commit into from Feb 27, 2024

Conversation

jlallas384
Copy link
Contributor

In the 'Messages' settings, when disabling a single notification method for a single message type, all check-boxes will disappear in that column if 'All messages' was checked to begin with. This is because the automatic unchecking of the 'All messages' check-box is treated as if the user actually clicked it. Using a QSignalBlocker before unchecking the 'All messages' fixes the issue

Fixes #6302

Checks

In the 'Messages' settings, when disabling a single notification method
for a single message type, all check-boxes will disappear in that
column if 'All messages' was checked to begin with. This is because the
automatic unchecking of the 'All messages' check-box is treated as
if the user actually clicked it. Using a QSignalBlocker before unchecking
the 'All messages' fixes the issue

Fixes mumble-voip#6302
@Hartmnt Hartmnt self-requested a review February 27, 2024 15:49
Copy link
Member

@Hartmnt Hartmnt left a comment

Choose a reason for hiding this comment

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

Compiled and tested. Works as advertised! Nice and simple.

@Hartmnt Hartmnt added client ui bug A bug (error) in the software labels Feb 27, 2024
@Hartmnt Hartmnt merged commit 6b08960 into mumble-voip:master Feb 27, 2024
18 checks passed
@Hartmnt
Copy link
Member

Hartmnt commented Feb 27, 2024

Thanks for fixing this!

@jlallas384 jlallas384 deleted the issue-6302 branch February 28, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug (error) in the software client ui
Projects
None yet
2 participants