Skip to content

Commit

Permalink
fix: max_screen_width adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Mar 21, 2024
1 parent a2525ce commit 6857a61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/desktop/src-tauri/src/media.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ impl MediaRecorder {
let mut h = max_screen_height;

if max_screen_width > 4000 {
w = max_screen_width / 3;
h = max_screen_height / 3;
} else if max_screen_width > 2000 {
w = max_screen_width / 2;
h = max_screen_height / 2;
}
Expand Down

1 comment on commit 6857a61

@vercel
Copy link

@vercel vercel bot commented on 6857a61 Mar 21, 2024

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.