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

chore: change some default settings

This commit is contained in:
naskya 2023-10-21 14:26:17 +09:00
parent 0f5b30d9ef
commit 65212d6731
Signed by: naskya
GPG key ID: 164DFF24E2D40139
2 changed files with 4 additions and 2 deletions

View file

@ -35,6 +35,8 @@
## 細かい変更点
- 投稿と投稿の間を空けて表示する設定をデフォルトでは無効に
- Enter キーのみでチャットを送信する設定をデフォルトでは無効に
- 管理者アカウントも引っ越しできるように
- デフォルトのアイコンの太さを細めに変更
- スタイルを選択する画面のサンプルのアイコンを星に変更

View file

@ -243,7 +243,7 @@ export const defaultStore = markRaw(
},
showGapBetweenNotesInTimeline: {
where: "device",
default: true,
default: false,
},
darkMode: {
where: "device",
@ -315,7 +315,7 @@ export const defaultStore = markRaw(
},
enterSendsMessage: {
where: "device",
default: true,
default: false,
},
showUpdates: {
where: "device",