Skip to content
Snippets Groups Projects
Commit c6a8a430 authored by rahix's avatar rahix
Browse files

Merge 'Make g-watch the default watch face'

Closes #209

See merge request !410
parents 613afe3b 7acc634b
No related branches found
No related tags found
1 merge request!410feat(main): Make g-watch the default watch face
Pipeline #4761 passed
...@@ -8,7 +8,7 @@ def main(): ...@@ -8,7 +8,7 @@ def main():
default_app = config.get_string("default_app") default_app = config.get_string("default_app")
except OSError: except OSError:
default_app = "apps/analog_clock/__init__.py" default_app = "apps/g_watch/__init__.py"
try: try:
with open(default_app, "r"): with open(default_app, "r"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment