mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
fixup! breakManager: Add new state machine for screen time/health breaks
This commit is contained in:
parent
fdb3741518
commit
67684b5fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ export const BreakManager = GObject.registerClass({
|
|||
console.debug(`BreakManager: Break type ${breakType}: would be due at ${breakTypeWouldBeDueAt}`);
|
||||
|
||||
if (breakTypeIsDue) {
|
||||
dueBreakTypes += breakType;
|
||||
dueBreakTypes.push(breakType);
|
||||
nextDueTime = breakTypeWouldBeDueAt;
|
||||
|
||||
// Of the break types which are now due, which has the longest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue