Add Electron flickering fix documentation

This commit is contained in:
Cali 2023-03-17 20:41:48 -03:00
parent 374005365b
commit 99ec4a4cc1
1 changed files with 8 additions and 0 deletions

View File

@ -47,3 +47,11 @@ Pick your poison.
Much like Discord, Element is known to have a lot of problems as a result of being
based on Electron. Fractal currently doesn't support VoIP calling, but all other features
are supported, including E2EE and cross-device verification.
## Electron
Electron apps have a lot of issues on their own, and it gets specially bad in wayland, in the majaority of cases you might experience flickering/rubber banding, those can be fixed by running the apps with:
```bash
--ozone-platform-hint=auto
```