-
Notifications
You must be signed in to change notification settings - Fork 241
A11y Sound Alert for new person and new chat message #2640
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -242,6 +242,13 @@ | |
| </property> | ||
| </widget> | ||
| </item> | ||
| <item> | ||
| <widget class="QLabel" name="lblAudioAlerts"> | ||
| <property name="text"> | ||
| <string>Audio Alerts</string> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. --> Audio Alerts (might need secondary sound hardware)
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hrm, not sure if there's space for so much text. Have you checked?
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe we could add a tooltip later - and something clear in the documentation?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The What's this text does have a hint regarding that already, btw. |
||
| </property> | ||
| </widget> | ||
| </item> | ||
| </layout> | ||
| </item> | ||
| <item> | ||
|
|
@@ -281,6 +288,13 @@ | |
| </property> | ||
| </widget> | ||
| </item> | ||
| <item> | ||
| <widget class="QCheckBox" name="chbAudioAlerts"> | ||
| <property name="text"> | ||
| <string>Enable</string> | ||
| </property> | ||
| </widget> | ||
| </item> | ||
| </layout> | ||
| </item> | ||
| </layout> | ||
|
|
@@ -1283,6 +1297,7 @@ | |
| <tabstop>cbxMeterStyle</tabstop> | ||
| <tabstop>cbxLanguage</tabstop> | ||
| <tabstop>spnMixerRows</tabstop> | ||
| <tabstop>chbAudioAlerts</tabstop> | ||
| <tabstop>cbxSoundcard</tabstop> | ||
| <tabstop>butDriverSetup</tabstop> | ||
| <tabstop>cbxLInChan</tabstop> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.