diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-01 13:18:49 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-01 13:18:49 +0900 |
| commit | 500a5615f08f6926d12ef83466b4b642549cb756 (patch) | |
| tree | a81c501c2f5aafa1ec2565e63b7088901859da2e /packages/frontend/src/local-storage.ts | |
| parent | fix missing import (diff) | |
| download | misskey-500a5615f08f6926d12ef83466b4b642549cb756.tar.gz misskey-500a5615f08f6926d12ef83466b4b642549cb756.tar.bz2 misskey-500a5615f08f6926d12ef83466b4b642549cb756.zip | |
enhance(frontend): 壁紙をデッキ設定の一部に
Diffstat (limited to 'packages/frontend/src/local-storage.ts')
| -rw-r--r-- | packages/frontend/src/local-storage.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/src/local-storage.ts b/packages/frontend/src/local-storage.ts index f6d6bbf0fb..78fba9f7b4 100644 --- a/packages/frontend/src/local-storage.ts +++ b/packages/frontend/src/local-storage.ts @@ -17,7 +17,6 @@ export type Keys = ( 'lang' | 'drafts' | 'hashtags' | - 'wallpaper' | 'colorScheme' | 'useSystemFont' | 'fontSize' | |