enhance(frontend): 未使用のサウンド設定を削除 (#14116)

* enhance(frontend): 未使用のサウンド設定を削除

* Update Changelog

* Update CHANGELOG.md
This commit is contained in:
かっこかり 2024-07-11 18:44:18 +09:00 committed by GitHub
parent 6b876da44a
commit 121af778a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 3 additions and 24 deletions

View file

@ -113,8 +113,6 @@ const defaultStoreSaveKeys: (keyof typeof defaultStore['state'])[] = [
'sound_note',
'sound_noteMy',
'sound_notification',
'sound_antenna',
'sound_channel',
];
const coldDeviceStorageSaveKeys: (keyof typeof ColdDeviceStorage.default)[] = [
'lightTheme',