From 8b5507abccf58cedc0b0c94dd177d10baf7b72b5 Mon Sep 17 00:00:00 2001 From: naskya Date: Sun, 29 Oct 2023 00:54:23 +0900 Subject: [PATCH] chore: disable vibrations by default --- README.md | 1 + packages/client/src/store.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 299821f3..bbf4a731 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ ## 細かい変更点 +- デフォルトではバイブレーションを無効に - ログインしていなければ投稿検索ができないように - 攻撃対策のため - もしこのせいでサードパーティークライアントに不具合が出る場合には変更するかもしれません diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index e8a40bb5..f347d368 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -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 },