Skip to content

Commit

Permalink
πŸ“ƒ(conf): update default config
Browse files Browse the repository at this point in the history
Set `show_inter_dash` and `colorful_block` to `true` in the app configuration to enable these visual features
  • Loading branch information
W-Mai committed Nov 12, 2024
1 parent 79c8c2a commit ab289c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ impl Default for MainAppParams {
vis_progress: 0,
vis_progress_max: 0,
lcd_coords: false,
show_inter_dash: false,
colorful_block: false,
show_inter_dash: true,
colorful_block: true,
trans_matrix: [[1.0, 0.0, 0.0], [0.0, 1.0, 0.0], [0.0, 0.0, 1.0]], // Identity matrix
}
}
Expand Down

0 comments on commit ab289c0

Please sign in to comment.