Skip to content
Snippets Groups Projects

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

Merged schneider requested to merge schneider/209-default-watch-face into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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"):
Loading