[Scheduler] Update label

pull/1889/head
Alessandro Cocco 2022-05-29 10:01:58 +02:00
parent 091006e9c5
commit 13c3e13cde
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
min: 5,
max: 30,
step: 5,
format: v => v + /*LANG*/" min",
format: v => v + /*LANG*/"m",
onchange: v => {
settings.defaultSnoozeMillis = v * 60000;
require("sched").setSettings(settings);