diff --git a/js/misc/breakManager.js b/js/misc/breakManager.js index 6b14c2e0b..467a67bd7 100644 --- a/js/misc/breakManager.js +++ b/js/misc/breakManager.js @@ -1224,9 +1224,9 @@ class BreakNotificationSource extends GObject.Object { title: _('Break Overdue'), body: bodyText, sound: null, - allowDelay: false, + allowDelay: true, allowSkip: false, - allowTake: false, + allowTake: true, }); this._scheduleUpdateState(updateTimeoutSeconds);