Contaienr size scan WIP

This commit is contained in:
2023-08-02 08:25:19 +02:00
parent c95be170ed
commit 1713973c3a
35 changed files with 760 additions and 125 deletions

View File

@@ -18,7 +18,8 @@ public class TabPersistenceService : ITabPersistenceService
//TODO: make this a configuration maybe?
private readonly List<string> _contentProvidersNotToRestore = new()
{
"search"
"search",
"container-size-scan"
};
private record PersistenceRoot(TabStates? TabStates);