diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-21 13:34:09 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-21 13:34:09 -0400 |
| commit | 9f6e2a5d6d5372a4546961d3544c80e9ee5c2dc7 (patch) | |
| tree | f6f9e02bceed17160737a29ddb960ae42ff46bb9 | |
| parent | 1cbef4f2a128732847f1ebd36a31048533d276ab (diff) | |
don't allow disabling user installed apps when uninstall is disallowed
| -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 e80c98d3..919884d1 100644 --- a/static/releases.html +++ b/static/releases.html @@ -787,6 +787,7 @@ <p>Changes since the 2024071600 release:</p> <ul> + <li>Settings: don't allow disabling user installed apps when uninstall is disallowed</li> <li>Apps: update to <a href="https://github.com/GrapheneOS/Apps/releases/tag/24">version 24</a></li> </ul> </article> |
