mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 12:08:50 +03:00
bubbles no longer WIP
This commit is contained in:
parent
adb706a7e9
commit
d6df5f626b
1 changed files with 1 additions and 2 deletions
|
@ -1131,8 +1131,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
|
|||
"Allow using markdown in messages.\nWhen disabled, all messages are sent as a plain "
|
||||
"text.");
|
||||
case Bubbles:
|
||||
return tr(
|
||||
"Messages get a bubble background. This also triggers some layout changes (WIP).");
|
||||
return tr("Messages get a bubble background. This also triggers some layout changes.");
|
||||
case SmallAvatars:
|
||||
return tr("Avatars are resized to fit above the message.");
|
||||
case AnimateImagesOnHover:
|
||||
|
|
Loading…
Reference in a new issue