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
Currently, the list of beeps is hard-coded into LimeChat.
Better would be to fetch the actual list on the system so people can add more if they want.
The code in question is in 'PreferencesController.m'.
There is an overflow answer showing how to do this better: sound picker / list of system sounds
I do know that sounds can be in:
/System/Library/Sounds
/Library/Sounds
$HOME/Library/Sounds
Ciao!
The text was updated successfully, but these errors were encountered:
Implemented system sounds lookup, fixes psychs#156, supersedes psychs…
52169bb
…#180
a71ea2f
Successfully merging a pull request may close this issue.
Currently, the list of beeps is hard-coded into LimeChat.
Better would be to fetch the actual list on the system so people can add more if they want.
The code in question is in 'PreferencesController.m'.
There is an overflow answer showing how to do this better: sound picker / list of system sounds
I do know that sounds can be in:
/System/Library/Sounds
-- Sounds shipped with the OS/Library/Sounds
-- Sounds added by the sys-admin for all users.$HOME/Library/Sounds
-- User's custom sounds.Ciao!
The text was updated successfully, but these errors were encountered: