Skip to content
Snippets Groups Projects
Commit 7acc634b authored by schneider's avatar schneider
Browse files

feat(main): Make g-watch the default watch face

parent ef0001bd
Branches
Tags
1 merge request!410feat(main): Make g-watch the default watch face
Pipeline #4750 passed
......@@ -8,7 +8,7 @@ def main():
default_app = config.get_string("default_app")
except OSError:
default_app = "apps/analog_clock/__init__.py"
default_app = "apps/g_watch/__init__.py"
try:
with open(default_app, "r"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment