diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-04-05 00:50:31 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-04-05 00:50:31 -0400 |
| commit | 4ff8f28b7de030997c8b68afba647d1e521ff984 (patch) | |
| tree | cd5fe9025b5660c9b7d079ba7d44e39e7c50becb | |
| parent | f5d3e346bb835aeeb25fd0733af9c00134e75ebe (diff) | |
disable OpenGL preloading again
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 816f2e1b..7b259a8d 100644 --- a/static/releases.html +++ b/static/releases.html @@ -446,6 +446,7 @@ <ul> <li>SetupWizard: rebrand to GrapheneOS for other languages</li> + <li>disable OpenGL preloading and load it on demand instead since this isn't useful with exec-based spawning</li> </ul> </article> --> |
