commit 9f858020240d936d703b33aaf24be27f03f81fc0
parent 83c438405367324e00e15d39f7ee82e2f467f2f6
Author: Mohammed Anas <triallax@tutanota.com>
Date: Sun, 10 Apr 2022 20:03:39 +0300
Join breaks together
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -17,6 +17,5 @@ static Timers timers[] = {
{ 1500, "Time to start working!"},
{ 300, "Time to start resting!"},
{ 1500, "Time to start working!"},
- { 300, "Time to start resting!"},
- { 900, "Time to take a nap!" },
+ { 1200, "Time to take a nap!" },
};