We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some people (e.g. me) do not like the soundtrack. It will be useful to mute the sound easily from the web UI without muting the entire machine.
The UI should probably be at the top of the window near the other elements, something like a laptop mute button maybe.
The system should keep the mute state; closing and opening the browser will keep the sound muted.
I think html5 local storage api is the best way to implement this, since we don't have any concept of authentication in this application. See https://html.spec.whatwg.org/multipage/webstorage.html#storage-2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some people (e.g. me) do not like the soundtrack. It will be useful to mute the sound easily from the web UI without muting the entire machine.
The UI should probably be at the top of the window near the other elements, something like a laptop mute button maybe.
The system should keep the mute state; closing and opening the browser will keep the sound muted.
I think html5 local storage api is the best way to implement this, since we don't have any concept of authentication in this application.
See https://html.spec.whatwg.org/multipage/webstorage.html#storage-2
The text was updated successfully, but these errors were encountered: