Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Nov 12, 2024
1 parent 332fa1c commit e12b7bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/desktop/src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2523,7 +2523,6 @@ pub async fn run() {
let permissions = permissions::do_permissions_check(false);
println!("Permissions check result: {:?}", permissions);

CapWindow::Setup.show(&app_handle).ok();
if !permissions.screen_recording.permitted() || !permissions.accessibility.permitted() {
println!("Required permissions not granted, showing permissions window");
CapWindow::Setup.show(&app_handle).ok();
Expand Down

1 comment on commit e12b7bc

@vercel
Copy link

@vercel vercel bot commented on e12b7bc Nov 12, 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.