summaryrefslogtreecommitdiff
path: root/packages/frontend/src/local-storage.ts
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-04-01 13:18:49 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-04-01 13:18:49 +0900
commit500a5615f08f6926d12ef83466b4b642549cb756 (patch)
treea81c501c2f5aafa1ec2565e63b7088901859da2e /packages/frontend/src/local-storage.ts
parentfix missing import (diff)
downloadmisskey-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.ts1
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' |