Skip to content

Commit

Permalink
Update launch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnman committed Dec 5, 2024
1 parent 1b11ac7 commit df2b556
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ async function getViewIdentities(
const win = fin.Window.wrapSync(identity);
const views = await win.getCurrentViews();
const viewIdentities = views.map((view) => ({ ...view.identity, appId }));
await win.setAsForeground();
await bringWindowToFront({ window: win });
return viewIdentities;
}

Expand Down

0 comments on commit df2b556

Please sign in to comment.