1
0
Fork 1
mirror of https://example.com synced 2024-11-22 17:36:39 +09:00

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,
plugins: [] as Plugin[],
mediaVolume: 0.5,
vibrate: true,
vibrate: false,
sound_masterVolume: 0.3,
sound_note: { type: "none", volume: 0 },
sound_noteMy: { type: "syuilo/up", volume: 1 },