Skip to content

Commit

Permalink
not fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonamy committed Oct 27, 2024
1 parent 3e86c2f commit e65d5fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/build_number.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
320
321
1 change: 1 addition & 0 deletions src/main/windows/anywhere.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const openPromptAnywhere = (params: strDict) => {
alwaysOnTop: true,
opacity: 0.975,
resizable: process.env.DEBUG ? true : false,
backgroundColor: 'rgba(0, 0, 0, 0)',
transparent: true,
hiddenInMissionControl: true,
queryParams: params,
Expand Down

0 comments on commit e65d5fe

Please sign in to comment.