Skip to content

Commit

Permalink
refactor: adjust for slightly smaller binary
Browse files Browse the repository at this point in the history
somehow, doing this affects the binary size: 289,704 -> 289,688 kb
... i have no idea why
maybe rust moment
  • Loading branch information
WilliamAnimate committed Nov 22, 2024
1 parent 1dc9f91 commit 4616646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ impl Clone for SongControl {

#[derive(PartialEq, Default)]
pub enum RenderMode {
Safe, // if term is too small, or if under resource constraints, or user specified, or
#[default]
Full, // the entire TUI
Safe, // if term is too small, or if under resource constraints, or user specified, or
NoSpace,
}

Expand Down

0 comments on commit 4616646

Please sign in to comment.