Skip to content

Commit

Permalink
Merge pull request #5 from yaggytter/develop
Browse files Browse the repository at this point in the history
Release to fix a shadow problem
  • Loading branch information
yaggytter authored Jan 25, 2022
2 parents 57b0581 + afaca4d commit 4ff3ec3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ POSSEscreen is for displaying and flowing subtitles on your screens like Niconic
## Known issues

- POSSEscreen still doesn't have a security functions such as Authentication and Authorization.
- The shadow of the character string remains, If you will change an active application from POSSEscreen to another application after showing some comments.
- POSSEscreen still doesn't have a test code.
- POSSEscreen is still using both npm and yarn.

Expand Down
1 change: 1 addition & 0 deletions client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function showWindow(roomname, x, y, width, height, workAreaHeight) {
transparent: true,
resizable: false,
alwaysOnTop: true,
focusable: false,
webPreferences: {
nodeIntegration: true,
contextIsolation: false,
Expand Down

0 comments on commit 4ff3ec3

Please sign in to comment.