Add SleepTk into the software menu

This commit is contained in:
Peter Cai 2022-06-14 23:05:48 -04:00
parent e7f53f1d25
commit 0fff5cbb35
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class SoftwareApp():
db.append(('flashlight', factory('Torch')))
db.append(('timer', factory('Timer')))
db.append(('weather', factory('Weather')))
db.append(('SleepTk', factory('SleepTk')))
# Handle user-loaded applications
try: