feat: store patched apps (#79)

* feat: store patched apps

* fix: missing string

* feat: save patch selection

* feat: things

* fix: fix broken query

* fix: remove redundant `withContext`

* fix: fix
This commit is contained in:
Robert
2023-08-17 17:42:10 +02:00
committed by GitHub
parent ac4c7e06e7
commit a0b92554e9
33 changed files with 842 additions and 89 deletions

View File

@@ -4,4 +4,8 @@
<item quantity="one">%d Patch</item>
<item quantity="other">%d Patches</item>
</plurals>
<plurals name="applied_patches">
<item quantity="one">%d applied patch</item>
<item quantity="other">%d applied patches</item>
</plurals>
</resources>