show clipboard when writeText or readText is not available

This commit is contained in:
m1k1o
2021-02-11 23:03:08 +01:00
parent 78fe08a029
commit a67d1d0e4f
2 changed files with 11 additions and 7 deletions

View File

@ -21,7 +21,7 @@ This app uses Web RTC to stream a desktop inside of a docker container. This is
## Differences to original repository.
### New Features
- Clipboard button with text area - for browsers, that don't support clipboard syncing or for HTTP.
- Clipboard button with text area - for browsers, that don't support clipboard syncing (FireFox, what a shame...) or for HTTP.
- Keyboard modifier state synchronization (Num Lock, Caps Lock, Scroll Lock) for each hosting.
- Added chromium ungoogled (with h265 support) an kept up to date by @whalehub.
- Added Picture in Picture button (only for watching screen, controlling not possible).