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

Missing the alert sound when low on time. #1164

Open
p2pchess opened this issue Nov 18, 2024 · 4 comments
Open

Missing the alert sound when low on time. #1164

p2pchess opened this issue Nov 18, 2024 · 4 comments

Comments

@p2pchess
Copy link

Title says all

@tom-anders
Copy link
Collaborator

There's a setting to turn this on/off and it's synced with the Web UI - Can you double check that you have it enabled in your account settings?

@p2pchess
Copy link
Author

Ok i found the problem, the low on time alert sound option only works when you're logged in the app, there's no way to turn sound alert when playing anonymous... Maybe moving the option to parameters > sound would make more sense

@veloce
Copy link
Contributor

veloce commented Nov 19, 2024

Well I don't think we're gonna change the way the settings work. But instead of having no sound when anonymous we can change it to always have sound. That way anon players will have the sound.

@veloce
Copy link
Contributor

veloce commented Nov 19, 2024

return ref.watch(
accountPreferencesProvider
.selectAsync((state) => state?.clockSound.value ?? true),
);

^ It should work already.

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

No branches or pull requests

3 participants