Skip to content

Commit

Permalink
improving the notification menu options messages
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmaelMartinez committed Jan 23, 2024
1 parent 1b99359 commit 1ff24ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/menus/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ function getNotificationsMenu(Menus) {
click: () => Menus.config.disableNotificationSound = !Menus.config.disableNotificationSound
},
{
label: 'Disable Sound (if not available)',
label: 'Disable Sound when not available (e.g: busy, in a call)',
type: 'checkbox',
checked: Menus.config.disableNotificationSoundIfNotAvailable,
click: () => Menus.config.disableNotificationSoundIfNotAvailable = !Menus.config.disableNotificationSoundIfNotAvailable
},
{
label: 'Disable Flash',
label: 'Disables Window flash on new notifications',
type: 'checkbox',
checked: Menus.config.disableNotificationWindowFlash,
click: () => Menus.config.disableNotificationWindowFlash = !Menus.config.disableNotificationWindowFlash
Expand Down

0 comments on commit 1ff24ed

Please sign in to comment.