diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-22 10:01:34 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-22 10:01:34 +0900 |
| commit | eca8c7a52f9d190a89b380290b5b50d0cb96c750 (patch) | |
| tree | 6483422db5c1f147f686e58d535fc21eedeab577 /packages/frontend/src/store.ts | |
| parent | fix test (diff) | |
| download | misskey-eca8c7a52f9d190a89b380290b5b50d0cb96c750.tar.gz misskey-eca8c7a52f9d190a89b380290b5b50d0cb96c750.tar.bz2 misskey-eca8c7a52f9d190a89b380290b5b50d0cb96c750.zip | |
tweak ui
Diffstat (limited to '')
| -rw-r--r-- | packages/frontend/src/store.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index b4713a323e..8a43ba892d 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -118,7 +118,7 @@ export const defaultStore = markRaw(new Storage('base', { where: 'deviceAccount', default: [ 'notifications', - 'favorites', + 'clips', 'drive', 'followRequests', '-', |