mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
feat: ability to disable cloud collection storage
This commit is contained in:
@@ -8,5 +8,6 @@ export const collectionStorage =
|
||||
localCollections: storage.defineItem<CollectionItem[]>("local:collections", { fallback: [] }),
|
||||
count: storage.defineItem<number>("local:count", { fallback: 0 }),
|
||||
graphics: storage.defineItem<GraphicsStorage>("local:graphics", { fallback: {} }),
|
||||
disableCloud: storage.defineItem<boolean>("sync:disableCloud", { fallback: false }),
|
||||
maxChunkCount: 12
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user