apps: software: Include word clock in the available applications
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
16a9253938
commit
86cc4844b6
2 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ class SoftwareApp():
|
||||||
db.append(('flashlight', factory('Torch')))
|
db.append(('flashlight', factory('Torch')))
|
||||||
db.append(('testapp', factory('Test')))
|
db.append(('testapp', factory('Test')))
|
||||||
db.append(('timer', factory('Timer')))
|
db.append(('timer', factory('Timer')))
|
||||||
|
db.append(('word_clock', factory('Word Clock')))
|
||||||
|
|
||||||
# Get the initial state for the checkboxes
|
# Get the initial state for the checkboxes
|
||||||
for _, checkbox in db:
|
for _, checkbox in db:
|
||||||
|
|
|
@ -23,6 +23,7 @@ manifest = (
|
||||||
'apps/snake.py',
|
'apps/snake.py',
|
||||||
'apps/testapp.py',
|
'apps/testapp.py',
|
||||||
'apps/timer.py',
|
'apps/timer.py',
|
||||||
|
'apps/word_clock.py',
|
||||||
'fonts/__init__.py',
|
'fonts/__init__.py',
|
||||||
'fonts/clock.py',
|
'fonts/clock.py',
|
||||||
'fonts/sans24.py',
|
'fonts/sans24.py',
|
||||||
|
|
Loading…
Reference in a new issue