mirror of
https://example.com
synced 2024-11-22 12:36:40 +09:00
chore: change some default settings
This commit is contained in:
parent
0f5b30d9ef
commit
65212d6731
2 changed files with 4 additions and 2 deletions
|
@ -35,6 +35,8 @@
|
|||
|
||||
## 細かい変更点
|
||||
|
||||
- 投稿と投稿の間を空けて表示する設定をデフォルトでは無効に
|
||||
- Enter キーのみでチャットを送信する設定をデフォルトでは無効に
|
||||
- 管理者アカウントも引っ越しできるように
|
||||
- デフォルトのアイコンの太さを細めに変更
|
||||
- スタイルを選択する画面のサンプルのアイコンを星に変更
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue