Contaienr size scan WIP
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user