Skip to content

Commit

Permalink
Change default clock face to particle
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman committed May 18, 2023
1 parent 3b25df1 commit cf4054b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void main() {
const clockName = String.fromEnvironment(clockFaceArgName);
final clock = ClockFace.values.firstWhere(
(clock) => clock.name == clockName,
orElse: () => ClockFace.generative,
orElse: () => ClockFace.particle,
);

runApp(
Expand Down

0 comments on commit cf4054b

Please sign in to comment.