Added functionality of option of highlightsound on whisper (#692)
Fixes #640
This commit is contained in:
@@ -149,6 +149,8 @@ HighlightingPage::HighlightingPage()
|
||||
|
||||
layout.append(createCheckBox(ALWAYS_PLAY,
|
||||
getSettings()->highlightAlwaysPlaySound));
|
||||
layout.append(createCheckBox(("Notification on whisper"),
|
||||
getSettings()->highlightSoundOnWhisper));
|
||||
}
|
||||
|
||||
// ---- misc
|
||||
|
||||
Reference in New Issue
Block a user