feat: handle content store entries managed by the system (in a read-only folder) (#1389)

This commit is contained in:
iTrooz
2023-10-24 20:00:49 +02:00
committed by GitHub
parent aae5586b5c
commit bffc229fa8
3 changed files with 46 additions and 21 deletions

View File

@@ -34,6 +34,7 @@ namespace hex::plugin::builtin {
bool downloading;
bool installed;
bool hasUpdate;
bool system;
};
struct StoreCategory {