Skip to content

Commit

Permalink
Change flag
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Jan 17, 2025
1 parent 2ac1c75 commit f89b79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/flags/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ pub const FLAGS: Flags = Flags {
record_mouse: true,
split: false, // cfg!(debug_assertions),
pause_resume: false, // cfg!(debug_assertions),
zoom: cfg!(debug_assertions),
zoom: true,
};

1 comment on commit f89b79e

@vercel
Copy link

@vercel vercel bot commented on f89b79e Jan 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.