chore: disable vibrations by default

This commit is contained in:
naskya 2023-10-29 00:54:23 +09:00
parent 6cee164fe6
commit 8b5507abcc
Signed by: naskya
GPG key ID: 164DFF24E2D40139
2 changed files with 2 additions and 1 deletions

View file

@ -38,6 +38,7 @@
## 細かい変更点 ## 細かい変更点
- デフォルトではバイブレーションを無効に
- ログインしていなければ投稿検索ができないように - ログインしていなければ投稿検索ができないように
- 攻撃対策のため - 攻撃対策のため
- もしこのせいでサードパーティークライアントに不具合が出る場合には変更するかもしれません - もしこのせいでサードパーティークライアントに不具合が出る場合には変更するかもしれません

View file

@ -443,7 +443,7 @@ export class ColdDeviceStorage {
syncDeviceDarkMode: true, syncDeviceDarkMode: true,
plugins: [] as Plugin[], plugins: [] as Plugin[],
mediaVolume: 0.5, mediaVolume: 0.5,
vibrate: true, vibrate: false,
sound_masterVolume: 0.3, sound_masterVolume: 0.3,
sound_note: { type: "none", volume: 0 }, sound_note: { type: "none", volume: 0 },
sound_noteMy: { type: "syuilo/up", volume: 1 }, sound_noteMy: { type: "syuilo/up", volume: 1 },