1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 05:05:54 +02:00

enhance(frontend): チャットの送信者名を表示できるように

This commit is contained in:
syuilo
2025-03-25 12:36:21 +09:00
parent 9f4fa6d3f5
commit 8c1fc85d00
8 changed files with 59 additions and 11 deletions

View File

@@ -374,6 +374,10 @@ export const PREF_DEF = {
default: 'left' as 'left' | 'right' | 'center',
},
'chat.showSenderName': {
default: false,
},
'game.dropAndFusion': {
default: {
bgmVolume: 0.25,