Implement IRC draggable display name width
This commit is contained in:
parent
fef4d882c4
commit
5029c3f143
7 changed files with 207 additions and 8 deletions
|
@ -531,4 +531,11 @@ export const SETTINGS = {
|
|||
MatrixClient.prototype.setCryptoTrustCrossSignedDevices, true,
|
||||
),
|
||||
},
|
||||
"ircDisplayNameWidth": {
|
||||
// We specifically want to have room-device > device so that users may set a device default
|
||||
// with a per-room override.
|
||||
supportedLevels: ['room-device', 'device'],
|
||||
displayName: _td("IRC display name width"),
|
||||
default: 80,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue