forked from naskya/firefish
chore: disable vibrations by default
This commit is contained in:
parent
6cee164fe6
commit
8b5507abcc
2 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@
|
||||||
|
|
||||||
## 細かい変更点
|
## 細かい変更点
|
||||||
|
|
||||||
|
- デフォルトではバイブレーションを無効に
|
||||||
- ログインしていなければ投稿検索ができないように
|
- ログインしていなければ投稿検索ができないように
|
||||||
- 攻撃対策のため
|
- 攻撃対策のため
|
||||||
- もしこのせいでサードパーティークライアントに不具合が出る場合には変更するかもしれません
|
- もしこのせいでサードパーティークライアントに不具合が出る場合には変更するかもしれません
|
||||||
|
|
|
@ -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 },
|
||||||
|
|
Loading…
Reference in a new issue